diff --git a/src/Commands/Concerns/InteractsWithIO.php b/src/Commands/Concerns/InteractsWithIO.php index fa60c14df..5e7ab3f0d 100644 --- a/src/Commands/Concerns/InteractsWithIO.php +++ b/src/Commands/Concerns/InteractsWithIO.php @@ -234,7 +234,7 @@ public function handleStream($stream, $verbosity = null) 'request' => $this->requestInfo($stream, $verbosity), 'throwable' => $this->throwableInfo($stream, $verbosity), 'shutdown' => $this->shutdownInfo($stream, $verbosity), - default => $this->info(json_encode($stream, $verbosity)) + default => $this->info(json_encode($stream), $verbosity) }; } }