Passed
Push — unit ( fc9abb...3cd14f )
by Luke
02:42
created
lib/ComponentManager/VersionControl/Git/GitVersionControl.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     /**
63 63
      * Get a ready-to-run Process instance.
64 64
      *
65
-     * @param  mixed[] $arguments Arguments to pass to the Git binary.
65
+     * @param  string[] $arguments Arguments to pass to the Git binary.
66 66
      *
67 67
      * @return \Symfony\Component\Process\Process
68 68
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 use ComponentManager\VersionControl\Git\Command\Command;
17 17
 use ComponentManager\VersionControl\Git\Command\FetchCommand;
18 18
 use ComponentManager\VersionControl\Git\Command\InitCommand;
19
-use ComponentManager\VersionControl\Git\Command\RevParseCommand;
20 19
 use ComponentManager\VersionControl\Git\Command\RemoteAddCommand;
20
+use ComponentManager\VersionControl\Git\Command\RevParseCommand;
21 21
 use Symfony\Component\Process\Process;
22 22
 use Symfony\Component\Process\ProcessBuilder;
23 23
 
Please login to merge, or discard this patch.