We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618554a commit a8ccebcCopy full SHA for a8ccebc
src/Tool/QueueTool.php
@@ -25,7 +25,7 @@ class QueueTool extends BaseCommand
25
*/
26
public function status(string $queue)
27
{
28
- fwrite(\STDOUT, json_encode(Queue::getQueue($queue)->status(), \JSON_PRETTY_PRINT) . \PHP_EOL);
+ fwrite(\STDOUT, json_encode(Queue::getQueue($queue)->status(), \JSON_PRETTY_PRINT | \JSON_THROW_ON_ERROR | \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE) . \PHP_EOL);
29
}
30
31
/**
0 commit comments