We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af4b562 + 4651dd3 commit 55555d3Copy full SHA for 55555d3
1 file changed
src/Enum.php
@@ -311,6 +311,7 @@ public static function __callStatic($name, $arguments)
311
* @link http://php.net/manual/en/jsonserializable.jsonserialize.php
312
* @psalm-pure
313
*/
314
+ #[\ReturnTypeWillChange]
315
public function jsonSerialize()
316
{
317
return $this->getValue();
0 commit comments