We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1ef33 commit bed0e0dCopy full SHA for bed0e0d
src/DependencyInjection/SymfonycastsSassExtension.php
@@ -61,7 +61,7 @@ public function getConfigTreeBuilder(): TreeBuilder
61
->end()
62
->validate()
63
->ifTrue(static function (array $paths): bool {
64
- if (1 === \count($paths)) {
+ if (1 === \count($paths) || !\array_is_list($paths)) {
65
return false;
66
}
67
0 commit comments