Skip to content

Commit b942d26

Browse files
authored
Merge pull request #147 from kamazee/fix_psalm_annotations
Remove psalm template from static method `from`
2 parents 8bef486 + 97b70b0 commit b942d26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/Enum.php

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public function __wakeup()
9494

9595
/**
9696
* @param mixed $value
97-
* @psalm-param T $value
9897
* @return static
9998
*/
10099
public static function from($value): self

0 commit comments

Comments
 (0)