Skip to content

Commit fa6daa3

Browse files
committed
Fix docblock
1 parent 097772e commit fa6daa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/query/src/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@ public function __call(string $name, array $args): mixed
18471847
* @param class-string<T>|null $class
18481848
* @param array $args
18491849
*
1850-
* @return Generator<Collection<T>>
1850+
* @return Generator<T>
18511851
*/
18521852
public function iterateBatched(int $length, ?string $class = null, array $args = []): \Generator
18531853
{

0 commit comments

Comments
 (0)