Passed
Push — master ( 859ca4...3d9eb8 )
by Nils
01:49
created
src/Check/Files/Content/NumberOfLinesCheck.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
         exec($command, $output, $return);
37 37
 
38
-        $numberLines = (int)$output[0];
38
+        $numberLines = (int) $output[0];
39 39
 
40 40
         if ($this->relation === self::RELATION_MAX) {
41 41
             if ($numberLines > $this->limit) {
Please login to merge, or discard this patch.