We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0a3ec commit 60f2edeCopy full SHA for 60f2ede
src/Loader.php
@@ -72,7 +72,7 @@ public static function withAuthentication(
72
73
public function load(): \Generator
74
{
75
- $line = new EmptyResultBucket();
+ $line = yield new EmptyResultBucket();
76
77
// @phpstan-ignore-next-line
78
while (true) {
0 commit comments