Skip to content

Commit 42f3a10

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [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 # Conflicts: # src/Symfony/Component/ErrorHandler/ErrorHandler.php # src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php
2 parents 0168848 + 31b1549 commit 42f3a10

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

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

0 commit comments

Comments
 (0)