Passed
Push — master ( b887f0...37c85d )
by Nils
02:28
created
src/Check/Files/Content/NumberOfLinesCheck.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
         exec($command, $output, $return);
33 33
 
34
-        $numberLines = (int)$output[0];
34
+        $numberLines = (int) $output[0];
35 35
 
36 36
         if ($this->relation === self::RELATION_MAX) {
37 37
             if ($numberLines > $command) {
Please login to merge, or discard this patch.