-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move type-declaration-related rules to type-perfect package (#128)
* remove NoArrayAccessOnObjectRule, moved to new rector/type-perfect package * remove NoIssetOnObjectRule, moved to new rector/type-perfect package * remove ForbiddenParamTypeRemovalRule, moved to new rector/type-perfect package * remove NoMixedMethodCallerRule, moved to new rector/type-perfect package * remove NoMixedPropertyFetcherRule, moved to new rector/type-perfect package * remove RequireSpecificReturnTypeOverAbstractRule, moved to new rector/type-perfect package * remove NoReturnFalseInNonBoolClassMethodRule, moved to new rector/type-perfect package * remove NarrowPublicClassMethodParamTypeByCallerTypeRule, moved to new rector/type-perfect package * remove unused services * remove CheckTypehintCallerTypeRule, moved to new rector/type-perfect package * sets
- Loading branch information
1 parent
9213f3c
commit ad83c89
Showing
156 changed files
with
0 additions
and
4,391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
rules: | ||
- Symplify\PHPStanRules\Rules\Explicit\NoMixedPropertyFetcherRule | ||
- Symplify\PHPStanRules\Rules\Explicit\NoMixedMethodCallerRule | ||
- Symplify\PHPStanRules\Rules\NoDynamicNameRule | ||
- Symplify\PHPStanRules\Rules\NoReturnArrayVariableListRule |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 0 additions & 71 deletions
71
src/Collector/ClassMethod/PublicClassMethodParamTypesCollector.php
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
src/Collector/MethodCallableNode/MethodCallableCollector.php
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.