Skip to content

Commit 31b1549

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [HttpClient] Fix the CS fix Workaround disabled "var_dump" [Serializer] Respect default context in DateTimeNormalizer::denormalize # Conflicts: # src/Symfony/Component/Debug/ErrorHandler.php # src/Symfony/Component/HttpClient/HttpClientTrait.php # src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php
2 parents a226ce5 + 03ee09e commit 31b1549

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)