Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 75d38b1

Browse files
committed
Fix compatibilities with PHP 8.1.3
1 parent 286817e commit 75d38b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Enum.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ public function __toString()
129129
{
130130
return (string)$this->value;
131131
}
132-
133-
public function jsonSerialize(): mixed
132+
133+
#[\ReturnTypeWillChange]
134+
public function jsonSerialize()
134135
{
135136
return $this->__toString();
136137
}

0 commit comments

Comments
 (0)