Skip to content

Commit 77f7c4d

Browse files
Fixed CS
1 parent ea10a97 commit 77f7c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpOption/Option.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ abstract public function filter($callable);
354354
* If the option is non-empty, the callable is applied, and if it returns false,
355355
* the option itself is returned; otherwise, None is returned.
356356
*
357-
* @param callable(T): bool $callable
357+
* @param callable(T):bool $callable
358358
*
359359
* @return Option<T>
360360
*/

0 commit comments

Comments
 (0)