We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef876a commit 75815c0Copy full SHA for 75815c0
1 file changed
src/Form/ResultObject.php
@@ -44,7 +44,7 @@ public function isDisabled() : bool
44
return $this->disabled;
45
}
46
47
- public function jsonSerialize()
+ public function jsonSerialize() : array
48
{
49
$toReturn = [
50
'id' => $this->id,
0 commit comments