Skip to content

Commit 53cc09d

Browse files
Update error message
1 parent d82f703 commit 53cc09d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DependencyInjection/SymfonycastsSassExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function getConfigTreeBuilder(): TreeBuilder
7373

7474
return \count($filenames) !== \count($paths);
7575
})
76-
->thenInvalid('The root sass-paths need to end with unique filenames.')
76+
->thenInvalid('The "root_sass" paths need to end with unique filenames.')
7777
->end()
7878
->defaultValue(['%kernel.project_dir%/assets/styles/app.scss'])
7979
->end()

tests/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ public function testMultipleSassRootPathsWithSameFilename(): void
5757
],
5858
],
5959
],
60-
'Invalid configuration for path "symfonycasts_sass.root_sass": The root sass-paths need to end with unique filenames.');
60+
'Invalid configuration for path "symfonycasts_sass.root_sass": The "root_sass" paths need to end with unique filenames.');
6161
}
6262
}

0 commit comments

Comments
 (0)