Skip to content

Commit

Permalink
build: typo in phpstan ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Jan 24, 2025
1 parent e965770 commit f66b276
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 @@ -55,7 +55,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 f66b276

Please sign in to comment.