Passed
Push — master ( e46af3...187809 )
by Nils
02:00
created
src/Check/Files/Content/NumberOfLinesCheck.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
 
48 48
         exec($command, $output, $return);
49 49
 
50
-        return (int)$output[0];
50
+        return (int) $output[0];
51 51
     }
52 52
 
53 53
     /**
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     public function init($file, $limit, $relation = self::RELATION_MAX, $pattern = null)
75 75
     {
76 76
         $this->file = $file;
77
-        $this->pattern = (array)$pattern;
77
+        $this->pattern = (array) $pattern;
78 78
         $this->relation = $relation;
79 79
         $this->limit = $limit;
80 80
     }
Please login to merge, or discard this patch.