Skip to content

Commit d577a5a

Browse files
github-actionsroxblnfk
authored andcommitted
style(php-cs-fixer): fix coding standards
1 parent 432630d commit d577a5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Promise.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ static function (mixed $mapped) use ($i, &$values, &$toResolve, $resolve): void
206206
*
207207
* @param iterable<int, PromiseInterface|mixed> $promises
208208
* @param callable(mixed $current, mixed $carry, int $current, positive-int $items): mixed $reduce
209-
* @param mixed $initial
210209
* @psalm-param PromiseReduceCallback $reduce
211210
*/
212211
public static function reduce(iterable $promises, callable $reduce, mixed $initial = null): PromiseInterface

0 commit comments

Comments
 (0)