Skip to content

Commit 8730a22

Browse files
committed
Revert "Add return type"
This reverts commit d9e740b.
1 parent f159795 commit 8730a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Record.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public function getId()
219219
*
220220
* @return array
221221
*/
222-
public function jsonSerialize(): array
222+
public function jsonSerialize()
223223
{
224224
$o = [];
225225
foreach ($this->properties as $prop) {

0 commit comments

Comments
 (0)