@@ -17,7 +17,6 @@ discard block |
||
17 | 17 | use function array_merge; |
18 | 18 | use function array_unique; |
19 | 19 | use function array_values; |
20 | -use ArrayIterator; |
|
21 | 20 | use Closure; |
22 | 21 | use function file_get_contents; |
23 | 22 | use function Humbug\PhpScoper\get_common_path; |
@@ -26,7 +25,6 @@ discard block |
||
26 | 25 | use Iterator; |
27 | 26 | use function iterator_to_array; |
28 | 27 | use RuntimeException; |
29 | -use SplFileInfo; |
|
30 | 28 | use Symfony\Component\Finder\Finder; |
31 | 29 | |
32 | 30 | final class Configuration |