@@ -32,8 +32,8 @@ |
||
32 | 32 | $checkPassed = array_reduce( |
33 | 33 | $requirements->getRequirements(), |
34 | 34 | /** |
35 | - * @param bool $checkPassed |
|
36 | - * @param Requirement $requirement |
|
35 | + * @param string $checkPassed |
|
36 | + * @param boolean $requirement |
|
37 | 37 | * |
38 | 38 | * @return bool |
39 | 39 | */ |
@@ -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 |