Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 15, 2019
1 parent ea10a97 commit 77f7c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpOption/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ abstract public function filter($callable);
* If the option is non-empty, the callable is applied, and if it returns false,
* the option itself is returned; otherwise, None is returned.
*
* @param callable(T): bool $callable
* @param callable(T):bool $callable
*
* @return Option<T>
*/
Expand Down

0 comments on commit 77f7c4d

Please sign in to comment.