Skip to content

Commit

Permalink
Fix doc instanceof rules link (#5493)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 23, 2024
1 parent ab78d14 commit bcce8e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/target-repository/docs/rector_rules_overview.md
Expand Up @@ -14,7 +14,7 @@

- [EarlyReturn](#earlyreturn) (9)

- [Instanceof_](#instanceof) (1)
- [Instanceof](#instanceof) (1)

- [Naming](#naming) (6)

Expand Down Expand Up @@ -3209,7 +3209,7 @@ Replace if conditioned variable override with direct return

<br>

## Instanceof_
## Instanceof

### FlipNegatedTernaryInstanceofRector

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -55,7 +55,7 @@
"symplify/easy-coding-standard": "^12.1",
"symplify/phpstan-extensions": "^11.4",
"symplify/phpstan-rules": "^12.4.5",
"symplify/rule-doc-generator": "^12.1",
"symplify/rule-doc-generator": "^12.1.1",
"symplify/vendor-patches": "^11.2",
"rector/release-notes-generator": "dev-main",
"tomasvotruba/class-leak": "^0.2",
Expand Down

0 comments on commit bcce8e3

Please sign in to comment.