Skip to content

Commit

Permalink
Merge pull request #147 from kamazee/fix_psalm_annotations
Browse files Browse the repository at this point in the history
Remove psalm template from static method `from`
  • Loading branch information
mnapoli committed Jul 5, 2021
2 parents 8bef486 + 97b70b0 commit b942d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public function __wakeup()

/**
* @param mixed $value
* @psalm-param T $value
* @return static
*/
public static function from($value): self
Expand Down

0 comments on commit b942d26

Please sign in to comment.