Skip to content

Commit

Permalink
fix: Documentation code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Mar 17, 2021
1 parent 360f8f6 commit cd0f8f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Operation/Has.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ final class Has extends AbstractOperation
public function __invoke(): Closure
{
return
/**
* @psalm-param callable(T, TKey, Iterator<TKey, T>): T ...$callbacks
*
* @psalm-return Closure(Iterator<TKey, T>): Generator<int|TKey, bool>
*/
/**
* @psalm-param callable(T, TKey, Iterator<TKey, T>): T ...$callbacks
*
* @psalm-return Closure(Iterator<TKey, T>): Generator<int|TKey, bool>
*/
static function (callable ...$callbacks): Closure {
return
/**
Expand Down

0 comments on commit cd0f8f8

Please sign in to comment.