Skip to content

Commit

Permalink
docs: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jawira committed Dec 26, 2022
1 parent ad9bc96 commit 6ee659e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build/target-repository/docs/rector_rules_overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 417 Rules Overview
# 418 Rules Overview

<br>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function refactor(Node $node): ?New_
if ($node->isFirstClassCallable()) {
return null;
}

if (! array_key_exists(1, $node->args)) {
return null;
}
Expand Down

0 comments on commit 6ee659e

Please sign in to comment.