Completed
Push — master ( bb46b9...a32f93 )
by Scott
02:02
created
src/PhpStanLoader.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -82,12 +82,12 @@
 block discarded – undo
82 82
 
83 83
     protected function getLineNumber($line)
84 84
     {
85
-       $matches = [];
86
-       if (!preg_match('' . $this->lineRegex, $line, $matches)) {
87
-           return false;
88
-       }
85
+        $matches = [];
86
+        if (!preg_match('' . $this->lineRegex, $line, $matches)) {
87
+            return false;
88
+        }
89 89
 
90
-       return $matches['lineNumber'];
90
+        return $matches['lineNumber'];
91 91
     }
92 92
 
93 93
     protected function getMessage($line)
Please login to merge, or discard this patch.