Skip to content

Commit 8d409bc

Browse files
authored
Update State.php
1 parent 1661ddc commit 8d409bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/State.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ public function equals(...$otherStates): bool
226226
return false;
227227
}
228228

229+
#[\ReturnTypeWillChange]
229230
public function jsonSerialize()
230231
{
231232
return $this->getValue();

0 commit comments

Comments
 (0)