Skip to content

Commit

Permalink
Update State.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored Dec 6, 2021
1 parent 1661ddc commit 8d409bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/State.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public function equals(...$otherStates): bool
return false;
}

#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return $this->getValue();
Expand Down

0 comments on commit 8d409bc

Please sign in to comment.