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