Skip to content

Commit 03ee09e

Browse files
Workaround disabled "var_dump"
1 parent 7e4f88a commit 03ee09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeprecationErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public function shutdown()
196196
if (class_exists(DebugClassLoader::class, false)) {
197197
DebugClassLoader::checkClasses();
198198
}
199-
$currErrorHandler = set_error_handler('var_dump');
199+
$currErrorHandler = set_error_handler('is_int');
200200
restore_error_handler();
201201

202202
if ($currErrorHandler !== [$this, 'handleError']) {

0 commit comments

Comments
 (0)