Skip to content

Commit 4b11614

Browse files
author
Alban
committed
Fix phpdoc on observable scan operator
1 parent fd74a0c commit 4b11614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Observable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ public function doOnCompleted(callable $onCompleted): Observable
10011001
* The optional seed value is used as the initial accumulator value.
10021002
*
10031003
* @param $accumulator
1004-
* @param null $seed
1004+
* @param mixed $seed
10051005
* @return Observable
10061006
*
10071007
* @demo scan/scan.php

0 commit comments

Comments
 (0)