Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/feature/remove-depr…
Browse files Browse the repository at this point in the history
…ecations' into phpstan2
  • Loading branch information
bbrala committed Jan 24, 2025
2 parents 7878d2f + f66b276 commit d02c8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal9/Rector/Deprecation/PassRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function refactor(Node $node)
if (defined('\PhpParser\NodeVisitor::REMOVE_NODE')) {
return NodeVisitor::REMOVE_NODE;
} else {
/* @@phpstan-ignore-next-line */
/* @phpstan-ignore-next-line */
return NodeTraverser::REMOVE_NODE;
}
}
Expand Down

0 comments on commit d02c8b3

Please sign in to comment.