Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Dec 7, 2024
1 parent 146f7a7 commit c790c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function some($value): self
/**
* @phpstan-return Option<T>
*
* @psalm-return Option<none>
* @psalm-return Option<None>
*/
public static function none(): self
{
Expand Down

0 comments on commit c790c3c

Please sign in to comment.