Skip to content

Commit

Permalink
Remove psalm template from static method from
Browse files Browse the repository at this point in the history
Accoring to vimeo/psalm#2571, psalm doesn't support it
  • Loading branch information
kamazee committed Jul 4, 2021
1 parent a128308 commit 97b70b0
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 97b70b0

Please sign in to comment.