@@ -75,7 +75,7 @@ |
||
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 | } |