File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public function getConfigTreeBuilder(): TreeBuilder
73
73
74
74
return \count ($ filenames ) !== \count ($ paths );
75
75
})
76
- ->thenInvalid ('The root sass- paths need to end with unique filenames. ' )
76
+ ->thenInvalid ('The "root_sass" paths need to end with unique filenames. ' )
77
77
->end ()
78
78
->defaultValue (['%kernel.project_dir%/assets/styles/app.scss ' ])
79
79
->end ()
Original file line number Diff line number Diff line change @@ -57,6 +57,6 @@ public function testMultipleSassRootPathsWithSameFilename(): void
57
57
],
58
58
],
59
59
],
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. ' );
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments