10000 minor fix for wrong case · symfony/symfony@8b2d67b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b2d67b

Browse files
author
Tobias Weichart
committed
minor fix for wrong case
1 parent da6aca6 commit 8b2d67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Debug/Exception/SilencedErrorContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getTrace()
5454
return $this->trace;
5555
}
5656

57-
public function JsonSerialize()
57+
public function jsonSerialize()
5858
{
5959
return [
6060
'severity' => $this->severity,

0 commit comments

Comments
 (0)
0