Skip to content

Commit c790c3c

Browse files
committed
fix typo
1 parent 146f7a7 commit c790c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function some($value): self
4646
/**
4747
* @phpstan-return Option<T>
4848
*
49-
* @psalm-return Option<none>
49+
* @psalm-return Option<None>
5050
*/
5151
public static function none(): self
5252
{

0 commit comments

Comments
 (0)