We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_dump
1 parent fd22e48 commit c03fb7aCopy full SHA for c03fb7a
src/Log/Formatter.php
@@ -20,7 +20,7 @@ public function format(array $record)
20
protected function convertToString($data)
21
{
22
if (is_array($data)) {
23
- return var_export($data, true);
+ return get_dump($data);
24
}
25
26
return parent::convertToString($data);
0 commit comments