minor fix for wrong case

This commit is contained in:
Tobias Weichart 2019-07-31 08:13:25 +01:00
parent da6aca66f5
commit 8b2d67bb3d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class SilencedErrorContext implements \JsonSerializable
return $this->trace;
}
public function JsonSerialize()
public function jsonSerialize()
{
return [
'severity' => $this->severity,