Skip to content

Commit e4082fa

Browse files
committed
minor #32826 [Debug] minor fix for wrong method name case (Tobias Weichart)
This PR was merged into the 3.4 branch. Discussion ---------- [Debug] minor fix for wrong method name case | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Minor replacement of wrong case for function name, needs to be fixed in 3.4 as hinten [here](#32812 (comment)). Commits ------- 8b2d67b minor fix for wrong case
2 parents f1cb4b5 + 8b2d67b commit e4082fa

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)