WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

src/Enum.php

Lines changed: 0 additions & 1 deletion
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)