Skip to content

Commit c03fb7a

Browse files
committed
ICL: get_dump helper used.
1 parent fd22e48 commit c03fb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Log/Formatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function format(array $record)
2020
protected function convertToString($data)
2121
{
2222
if (is_array($data)) {
23-
return var_export($data, true);
23+
return get_dump($data);
2424
}
2525

2626
return parent::convertToString($data);

0 commit comments

Comments
 (0)