Skip to content

Commit

Permalink
remove obsolete annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 6, 2022
1 parent ea4b92c commit 908d3e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Utils/CallbacksArrayReducer.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static function or(): Closure
static fn (array $callbacks): Closure => static fn (mixed ...$parameters): bool => array_reduce(
$callbacks,
/**
* @param bool $carry
* @param callable(mixed...): bool $callable
*/
static fn (bool $carry, callable $callable): bool => $carry || $callable(...$parameters),
Expand Down

0 comments on commit 908d3e5

Please sign in to comment.