Skip to content

Commit 3a3dfcf

Browse files
authored
Typehint for php 8.0 compatibility
1 parent 75815c0 commit 3a3dfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/ResultObjectSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static function fromArray(array $data) : \Nepttune\Form\ResultObjectSet
3535
return new self($objectSet);
3636
}
3737

38-
public function jsonSerialize()
38+
public function jsonSerialize() : array
3939
{
4040
$toReturn = [];
4141

0 commit comments

Comments
 (0)