From 8b2d67bb3dd16586e8f75a3cba800f379cbe2e00 Mon Sep 17 00:00:00 2001 From: Tobias Weichart Date: Wed, 31 Jul 2019 08:13:25 +0100 Subject: [PATCH] minor fix for wrong case --- src/Symfony/Component/Debug/Exception/SilencedErrorContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Debug/Exception/SilencedErrorContext.php b/src/Symfony/Component/Debug/Exception/SilencedErrorContext.php index f862b74f45..2bacfd5c9b 100644 --- a/src/Symfony/Component/Debug/Exception/SilencedErrorContext.php +++ b/src/Symfony/Component/Debug/Exception/SilencedErrorContext.php @@ -54,7 +54,7 @@ class SilencedErrorContext implements \JsonSerializable return $this->trace; } - public function JsonSerialize() + public function jsonSerialize() { return [ 'severity' => $this->severity,