We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75815c0 commit 3a3dfcfCopy full SHA for 3a3dfcf
1 file changed
src/Form/ResultObjectSet.php
@@ -35,7 +35,7 @@ public static function fromArray(array $data) : \Nepttune\Form\ResultObjectSet
35
return new self($objectSet);
36
}
37
38
- public function jsonSerialize()
+ public function jsonSerialize() : array
39
{
40
$toReturn = [];
41
0 commit comments