Completed
Push — master ( 2e6de9...0cf222 )
by Bill
15s
created
src/Assessors/GitCommitCount/GitCommitCountAssessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     {
33 33
         $command = $this->buildCommand($filePath);
34 34
         $result = $this->commandService->execute($command);
35
-        if (! isset($result[0])) {
35
+        if (!isset($result[0])) {
36 36
             throw new CommandServiceException('Command resulted in an error (Does specified file exist?)');
37 37
         }
38 38
         $result = trim($result[0]);
Please login to merge, or discard this patch.