Skip to content

Commit abfa4da

Browse files
committed
build: debug build
1 parent 6888c08 commit abfa4da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Php.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public function checkFile(string $file): array
114114
\preg_match('/ on line ([0-9]+)$/', $result['output'], $matchLine);
115115
$line = isset($matchLine[1]) ? (int) ($matchLine[1]) : null;
116116

117+
\var_dump($fullMessage);
117118
[$type, $message] = \explode(': ', $fullMessage);
118119

119120
return [

0 commit comments

Comments
 (0)