@@ -76,9 +76,9 @@ discard block |
||
76 | 76 | $classMap = $classMapProperty->getDefaultValue(); |
77 | 77 | |
78 | 78 | Assert::that($classMap) |
79 | - ->isArray() |
|
80 | - ->all() |
|
81 | - ->file(); |
|
79 | + ->isArray() |
|
80 | + ->all() |
|
81 | + ->file(); |
|
82 | 82 | |
83 | 83 | return new StaticClassMapSourceLocator($classMap, $this->astLocator); |
84 | 84 | } |
@@ -92,9 +92,9 @@ discard block |
||
92 | 92 | $filesMap = $filesMapProperty->getDefaultValue(); |
93 | 93 | |
94 | 94 | Assert::that($filesMap) |
95 | - ->isArray() |
|
96 | - ->all() |
|
97 | - ->file(); |
|
95 | + ->isArray() |
|
96 | + ->all() |
|
97 | + ->file(); |
|
98 | 98 | |
99 | 99 | return new AggregateSourceLocator(array_values(array_map( |
100 | 100 | function (string $path) : SourceLocator { |