We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c0137 commit fd69688Copy full SHA for fd69688
1 file changed
src/Php.php
@@ -157,7 +157,7 @@ protected function convertMessage(string $message): string
157
158
protected function execute(string $file): array
159
{
160
- $process = new Process([$this->getCli(), '-l -d display_errors=stdout', $file]);
+ $process = new Process([$this->getCli(), '-l -d display_errors=1', $file]);
161
$process->run();
162
163
if ($process->isSuccessful()) {
0 commit comments