@@ -8,8 +8,6 @@ |
||
8 | 8 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
9 | 9 | use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; |
10 | 10 | use Symfony\Component\Filesystem\Filesystem; |
11 | -use Symfony\Component\Finder\Finder; |
|
12 | -use Symfony\Component\Finder\SplFileInfo; |
|
13 | 11 | use Symfony\Component\Yaml\Yaml; |
14 | 12 | |
15 | 13 | /** |
@@ -42,7 +42,7 @@ |
||
42 | 42 | * |
43 | 43 | * @return null|SplFileInfo |
44 | 44 | */ |
45 | - public static function getConfigFile(string $path) : ?SplFileInfo { |
|
45 | + public static function getConfigFile(string $path) : ? SplFileInfo { |
|
46 | 46 | $pathParts = explode('/', $path); |
47 | 47 | $configFileName = array_pop($pathParts); |
48 | 48 | $configPath = implode('/', $pathParts) . '/'; |