Skip to content

Commit fd69688

Browse files
committed
build: debug build
1 parent 94c0137 commit fd69688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Php.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ protected function convertMessage(string $message): string
157157

158158
protected function execute(string $file): array
159159
{
160-
$process = new Process([$this->getCli(), '-l -d display_errors=stdout', $file]);
160+
$process = new Process([$this->getCli(), '-l -d display_errors=1', $file]);
161161
$process->run();
162162

163163
if ($process->isSuccessful()) {

0 commit comments

Comments
 (0)