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 4bb69df commit f60f93aCopy full SHA for f60f93a
issue-bot/src/Comment/BotCommentParser.php
@@ -21,7 +21,7 @@ public function parse(string $text): BotCommentParserResult
21
$walker = $document->walker();
22
$hashes = [];
23
$diffs = [];
24
- while ($event = $walker->next()) {
+ while ($event = $walker->next()) { // @phpstan-ignore while.condNotBoolean
25
if (!$event->isEntering()) {
26
continue;
27
}
0 commit comments