forked from rectorphp/rector-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[StaticTypeMapper] Reduce instanceof TypeWithClassName usage via Clas…
…sNameFromObjectTypeResolver (rectorphp#6421) * remove instanceof TypeWithClassName on InlineIsAInstanceOfRector * remove instanceof TypeWithClassName on LocalMethodCallFinder * remove instanceof TypeWithClassName on IssetOnPropertyObjectToPropertyExistsRector * remove instanceof TypeWithClassName on AstResolver * remove instanceof TypeWithClassName on PropertyAnalyzer * remove instanceof TypeWithClassName on UnitializedPropertyAnalyzer * remove instanceof TypeWithClassName on CallCollectionAnalyzer * remove instanceof TypeWithClassName on BreakingVariableRenameGuard * remove instanceof TypeWithClassName on DateTimeAtNamingConventionGuard * remove instanceof TypeWithClassName on ArrayCallableToMethodCallFactory * remove instanceof TypeWithClassName on TypeUnwrapper * remove instanceof TypeWithClassName on ReflectionResolver * remove instanceof TypeWithClassName on ThrowWithPreviousExceptionRector * remove instanceof TypeWithClassName on PropertyNaming * remove instanceof TypeWithClassName on TypeProvidingExprFromClassResolver * remove instanceof TypeWithClassName on ValueResolver * remove instanceof TypeWithClassName on PropertyFetchFinder * remove instanceof TypeWithClassName on ExactCompareFactory * remove instanceof TypeWithClassName on CallTypesResolver * remove instanceof TypeWithClassName on PropertyPresenceChecker * [ci-review] Rector Rectify * remove instanceof TypeWithClassName on SplArrayFixedTypeNarrower * Fix phpstan * Fix phpstan --------- Co-authored-by: GitHub Action <actions@github.com>
- Loading branch information
1 parent
bcfb598
commit 84bb596
Showing
21 changed files
with
108 additions
and
87 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
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.