diff --git a/src/Enum.php b/src/Enum.php index 687a9cc..89064eb 100644 --- a/src/Enum.php +++ b/src/Enum.php @@ -94,7 +94,6 @@ public function __wakeup() /** * @param mixed $value - * @psalm-param T $value * @return static */ public static function from($value): self