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.
1 parent 195eee4 commit 4651dd3Copy full SHA for 4651dd3
src/Enum.php
@@ -311,7 +311,7 @@ public static function __callStatic($name, $arguments)
311
* @link http://php.net/manual/en/jsonserializable.jsonserialize.php
312
* @psalm-pure
313
*/
314
- #[ReturnTypeWillChange]
+ #[\ReturnTypeWillChange]
315
public function jsonSerialize()
316
{
317
return $this->getValue();
0 commit comments