Skip to content

Commit 75c2fa7

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [Messenger] Fix function name in TriggerSql on postgresql bridge to support table name with schema [HttpClient] Fix the CS fix Workaround disabled "var_dump" [Serializer] Respect default context in DateTimeNormalizer::denormalize
2 parents 59468f3 + 42f3a10 commit 75c2fa7

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
@@ -191,7 +191,7 @@ public function shutdown()
191191
if (class_exists(DebugClassLoader::class, false)) {
192192
DebugClassLoader::checkClasses();
193193
}
194-
$currErrorHandler = set_error_handler('var_dump');
194+
$currErrorHandler = set_error_handler('is_int');
195195
restore_error_handler();
196196

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

0 commit comments

Comments
 (0)