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.
2 parents a226ce5 + 03ee09e commit 31b1549Copy full SHA for 31b1549
DeprecationErrorHandler.php
@@ -188,7 +188,7 @@ public function shutdown()
188
if (class_exists(DebugClassLoader::class, false)) {
189
DebugClassLoader::checkClasses();
190
}
191
- $currErrorHandler = set_error_handler('var_dump');
+ $currErrorHandler = set_error_handler('is_int');
192
restore_error_handler();
193
194
if ($currErrorHandler !== [$this, 'handleError']) {
0 commit comments