Skip to content

Commit 3c760ba

Browse files
authored
Merge pull request #202 from Alban-io/fix/scan-phpdoc
Fix phpdoc on observable scan operator
2 parents fd74a0c + 4b11614 commit 3c760ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Observable.php

+1-1
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)