diff --git a/src/Dev/CliDebugView.php b/src/Dev/CliDebugView.php index b2d25fa27..ff7f38623 100644 --- a/src/Dev/CliDebugView.php +++ b/src/Dev/CliDebugView.php @@ -176,7 +176,7 @@ class CliDebugView extends DebugView // Format object if (is_object($val)) { - return var_export($val, true); + return print_r($val, true); } // Format bool