Skip to content

Commit 21d62a6

Browse files
authored
Remove unused psalm-suppress
1 parent a1fd916 commit 21d62a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Enum.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public function __construct($value)
5454
}
5555

5656
if (!$this->isValid($value)) {
57-
/** @psalm-suppress InvalidCast */
5857
throw new \UnexpectedValueException("Value '$value' is not part of the enum " . static::class);
5958
}
6059

0 commit comments

Comments
 (0)