Skip to content

Commit d9e740b

Browse files
committed
Add return type
1 parent eb19c63 commit d9e740b

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()
222+
public function jsonSerialize(): array
223223
{
224224
$o = [];
225225
foreach ($this->properties as $prop) {

0 commit comments

Comments
 (0)