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 1cdb190 commit c2fccffCopy full SHA for c2fccff
src/Lookup.php
@@ -26,6 +26,7 @@ public function __construct(
26
public function transform(): \Generator
27
{
28
$line = yield new EmptyResultBucket();
29
+ /* @treatPhpDocTypesAsCertain: false */
30
while (true) {
31
if (null === $line[$this->mappingField]) {
32
$line = yield new AcceptanceResultBucket($line);
0 commit comments