Skip to content

Commit

Permalink
Fix weird spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruGG committed Jul 6, 2021
1 parent fe33fce commit 71d0732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Operation/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class Filter extends AbstractOperation
/**
* @pure
*
* @return Closure(callable(T , TKey, Iterator<TKey, T>): bool ...): Closure (Iterator<TKey, T>): Generator<TKey, T>
* @return Closure(callable(T, TKey, Iterator<TKey, T>): bool ...): Closure(Iterator<TKey, T>): Generator<TKey, T>
*/
public function __invoke(): Closure
{
Expand Down
2 changes: 1 addition & 1 deletion src/Operation/Reject.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class Reject extends AbstractOperation
/**
* @pure
*
* @return Closure(callable(T , TKey, Iterator<TKey, T>): bool ...): Closure (Iterator<TKey, T>): Generator<TKey, T>
* @return Closure(callable(T, TKey, Iterator<TKey, T>): bool ...): Closure(Iterator<TKey, T>): Generator<TKey, T>
*/
public function __invoke(): Closure
{
Expand Down

0 comments on commit 71d0732

Please sign in to comment.