Skip to content

Commit d570ced

Browse files
committed
Removed useless phpstan commentaries
1 parent 0a5ffca commit d570ced

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/CategoryLookup.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public function __construct(
2525
public function transform(): \Generator
2626
{
2727
$line = yield new EmptyResultBucket();
28-
/* @phpstan-ignore-next-line */
2928
while (true) {
3029
if (null === $line[$this->mappingField]) {
3130
$line = yield new AcceptanceResultBucket($line);

src/Lookup.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public function __construct(
2626
public function transform(): \Generator
2727
{
2828
$line = yield new EmptyResultBucket();
29-
/* @phpstan-ignore-next-line */
3029
while (true) {
3130
if (null === $line[$this->mappingField]) {
3231
$line = yield new AcceptanceResultBucket($line);

0 commit comments

Comments
 (0)