We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146f7a7 commit c790c3cCopy full SHA for c790c3c
src/Control/Option.php
@@ -46,7 +46,7 @@ public static function some($value): self
46
/**
47
* @phpstan-return Option<T>
48
*
49
- * @psalm-return Option<none>
+ * @psalm-return Option<None>
50
*/
51
public static function none(): self
52
{
0 commit comments