Skip to content

Commit

Permalink
Removed wrong and redundant phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
devnix committed Dec 17, 2023
1 parent 0ea41d9 commit 0d8529b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Psl/Option/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ public function equals(mixed $other): bool
* Combines two `Option` values into a single `Option` containing a tuple of the two inner values.
* If either of the `Option`s is `None`, the resulting `Option` will also be `None`.
*
* @note: If an element is `None`, both elements in the resulting tuple will be `None`.
*
* @template Tu
*
* @param Option<Tu> $other The other `Option` to zip with.
Expand Down

0 comments on commit 0d8529b

Please sign in to comment.