Completed
Pull Request — master (#12)
by Bill
03:57
created
src/Commands/ChurnCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
             'file'       => $file->getRealPath(),
77 77
             'commits'    => $commits,
78 78
             'complexity' => $complexity,
79
-            'score'      => ($commits/ 10) * ($complexity * 8.75),
79
+            'score'      => ($commits / 10) * ($complexity * 8.75),
80 80
         ];
81 81
     }
82 82
 
Please login to merge, or discard this patch.