Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
tidy up core
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent 761202f commit 7a5be72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/rules.neon
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ services:
arguments:
requiredSeeTypes:
- PHPStan\Rules\Rule
- Rector\Core\Rector\AbstractRector
- Rector\Rector\AbstractRector

-
class: Symplify\PHPStanRules\Rules\ClassNameRespectsParentSuffixRule
tags: [phpstan.rules.rule]
arguments:
parentClasses:
- Rector\Core\Contract\Rector\RectorInterface
- Rector\Core\Rector\AbstractRector
- Rector\Contract\Rector\RectorInterface
- Rector\Rector\AbstractRector
- Rector\PostRector\Contract\Rector\PostRectorInterface
- Rector\Composer\Contract\Rector\ComposerRectorInterface

Expand Down

0 comments on commit 7a5be72

Please sign in to comment.