Completed
Push — master ( bb46b9...a32f93 )
by Scott
02:02
created
src/PhpStanLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     protected function checkForFilename($line, $currentFile)
76 76
     {
77 77
         if (strpos($line, " Line ")) {
78
-            return trim(str_replace('Line', '',$line));
78
+            return trim(str_replace('Line', '', $line));
79 79
         }
80 80
         return $currentFile;
81 81
     }
Please login to merge, or discard this patch.