Skip to content

Commit c2fccff

Browse files
committed
Ignore a rule from phpstan
1 parent 1cdb190 commit c2fccff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lookup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public function __construct(
2626
public function transform(): \Generator
2727
{
2828
$line = yield new EmptyResultBucket();
29+
/* @treatPhpDocTypesAsCertain: false */
2930
while (true) {
3031
if (null === $line[$this->mappingField]) {
3132
$line = yield new AcceptanceResultBucket($line);

0 commit comments

Comments
 (0)