Skip to content

Commit f60f93a

Browse files
committed
Fix build
1 parent 4bb69df commit f60f93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issue-bot/src/Comment/BotCommentParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function parse(string $text): BotCommentParserResult
2121
$walker = $document->walker();
2222
$hashes = [];
2323
$diffs = [];
24-
while ($event = $walker->next()) {
24+
while ($event = $walker->next()) { // @phpstan-ignore while.condNotBoolean
2525
if (!$event->isEntering()) {
2626
continue;
2727
}

0 commit comments

Comments
 (0)