-
-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Use ReflectionResolver to get ClassReflection when possible (#…
…2226) * [Core] Use ReflectionResolver to get ClassReflection when possible * on ClassDependencyManipulator * on ParentClassMethodTypeOverrideGuard * on AddPropertyTypeDeclarationRector * on ReturnTypeFromReturnNewRector * on ParamTypeByMethodCallTypeRector * [ci-review] Rector Rectify * on ParamTypeByParentCallTypeRector * on ClassMethodParamVendorLockResolver * on AddVoidReturnTypeWhereNoReturnRector * on PropertyTypeOverrideGuard * on AddInterfaceByTraitRector * LocallyCalledStaticMethodToNonStaticRector * on MakePropertyTypedGuard * on FinalizeClassesWithoutChildrenRector * on ClassMethodReturnTypeOverrideGuard * on PrivatizeFinalClassMethodRector * scope fix * [ci-review] Rector Rectify * class * [ci-review] Rector Rectify * on ClassMethodReturnVendorLockResolver * on CurrentAndParentClassMethodComparator * on CurrentAndParentClassMethodComparator * on DowngradeStringReturnTypeOnToStringRector * on DowngradeStaticTypeDeclarationRector * on DowngradeContravariantArgumentTypeRector * on DowngradeSelfTypeDeclarationRector * [ci-review] Rector Rectify * on RemoveUnusedPrivateClassConstantRector * [ci-review] Rector Rectify * on SetterNodeReturnTypeInfererTypeInferer * [ci-review] Rector Rectify * [ci-review] Rector Rectify * fix Co-authored-by: GitHub Action <action@github.com>
- Loading branch information
1 parent
6327904
commit 129ce26
Showing
28 changed files
with
125 additions
and
254 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
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
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
Oops, something went wrong.