Passed
Pull Request — master (#144)
by Théo
02:31
created
src/check.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@
 block discarded – undo
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
          */
Please login to merge, or discard this patch.
src/Console/Configuration.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.