forked from rectorphp/rector
-
Notifications
You must be signed in to change notification settings - Fork 0
Update #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update #3
Conversation
This file contains hidden or 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
rectorphp/rector-src@7e2495e [Php70] Skip inside Encapsed on ThisCallOnStaticMethodToStaticCallRector (#5481)
rectorphp/rector-src@55e7c91 fixed issue when indent is not 4 (#5479)
rectorphp/rector-src@663f526 remove invalid data provider types (#5483)
rectorphp/rector-src@3dac3a0 [Performance] Cache PHP version features on reading composer.json on PhpVersionProvider (#5484)
rectorphp/rector-src@be53fac [Renaming] Remove namespace renames in ClassRename, as it should only rename references, not move to new namespace (#5487)
rectorphp/rector-src@46dd961 [Renaming] Remove rename class name (#5488)
rectorphp/rector-src@aa66151 [Performance] Remove unnecessary FunctionLikeParamPositionNodeVisitor (#5491)
rectorphp/rector-src@aa66151 [Performance] Remove unnecessary FunctionLikeParamPositionNodeVisitor (#5491)
rectorphp/rector-src@2d31644 [Config] Restore default values for RectorConfig->parallel() config similar to original <=0.18.x version (#5472)
rectorphp/rector-src@f7caedf [Performance][PhpParser] Deprecate InlineCodeParser::parse(), extract into parseFile() and parseString() (#5482)
rectorphp/rector-src@ab78d14 [PHPStan] Clean up PHPStan ignore errrors (#5492)
rectorphp/rector-src@bcce8e3 Fix doc instanceof rules link (#5493)
rectorphp/rector-src@dd02659 [CodeQuality] Skip surplus open square bracket on SimplifyRegexPatternRector (#5494)
rectorphp/rector-src@c2cdcd3 [CodeQuality] Fix logic start with [^ on SimplifyRegexPatternRector to ensure only skip on this case (#5495)
rectorphp/rector-src@7584d25 [AutoImport] Skip start with <?= short open tag on auto import (#5496)
rectorphp/rector-src@955a5de Add gitlab to "setup-ci" command (#5497)
rectorphp/rector-src@d09ae74 Add "custom-rule" command to make creating rules easy (#5498)
rectorphp/rector-src@174656a [Testing] Deprecate FileInfoParser, use existing TestingParser instead (#5501)
rectorphp/rector-src@35ddfb2 make literal separator optional, as rather coding style and not always desired (#5505)
rectorphp/rector-src@0afec7e [Config] Add RectorConfigBuilder (#5503)
rectorphp/rector-src@a69e1ff Add PHPUnit 9 annotations support detectoin in "custom-rule" command, add RectorConfig::withPreparedSets() (#5506)
rectorphp/rector-src@a3d2375 [DX] Add error message information for include full path to load internal phpstan bleedingEdge.neon config (#5635)
rectorphp/rector-src@d5c3fc7 [Transform] Allow transform ruleWithConfiguration() to withConfiguredRule() on RectorConfigBuilderRector (#5637)
rectorphp/rector-src@f107b4c [Rector] Allow transform sets() to withSets() on RectorConfigBuilderRector (#5638)
rectorphp/rector-src@3eb1aa2 move strict bool and direct returns, as safer (#5639)
rectorphp/rector-src@70b1985 [Transform] Allow transform disableParallel() to withoutParallel() on RectorConfigBuilderRector (#5640)
rectorphp/rector-src@23179d0 [Transform] Allow transform fileExtensions() to withFileExtensions() (#5641)
rectorphp/rector-src@522668e [Performance] [VendorLocker] Early allow change return type on private method on ClassMethodReturnTypeOverrideGuard::shouldSkipClassMethod() (#5642)
rectorphp/rector-src@29562ce [VendorLocker] Early return false on private method on ParentClassMethodTypeOverrideGuard::hasParentClassMethod() (#5644)
rectorphp/rector-src@00876da [Renaming] Handle crash on RenameFunctionRector with die() and $_SESSION usage (#5646)
rectorphp/rector-src@3b44873 [Renaming] Handle crash on RenameFunctionRector with die() and $_SESSION part 2 (#5647)
rectorphp/rector-src@a4445df Cleanup scope check on UnreachableStatementNodeVisitor (#5648)
rectorphp/rector-src@7e741fe Keep comments in annotations when converting them to attributes (#5650)
rectorphp/rector-src@290926c [Util] Make consistent new line splitter to Util (#5651)
rectorphp/rector-src@99a79f8 [TypeDeclaration] Fix abs() returns on ReturnTypeFromStrictTypedCallRector (#5652)
rectorphp/rector-src@6095e32 [TypeDeclaration] Allow abs() to return int when pass int arg on ReturnTypeFromStrictTypedCallRector (#5653)
rectorphp/rector-src@8038ee1 [TypeDeclaration] Skip possible returns false on ReturnTypeFromStrictNewArrayRector (#5654)
rectorphp/rector-src@f9b3312 [TypeDeclaration] Include MockObject&ClassName docblock with IntersectionTypeNode on TypedPropertyFromStrictSetUpRector (#5655)
rectorphp/rector-src@4951acc [Renaming] New Rule: RenameFunctionLikeParamWithinCallLikeArgRector (#5554)
rectorphp/rector-src@18a8aec [TypeDeclaration] Adds AddParamTypeForFunctionLikeWithinCallLikeArgDeclarationRector rule (#5547)
rectorphp/rector-src@fb312e0 [PHPStanStaticTypeMapper] Avoid double \ prefix on IntersectionTypeMapper (#5656)
rectorphp/rector-src@b9ea5fd [PostRector] Skip remove use statement on used in annotation on removeUnusedImports() (#5657)
rectorphp/rector-src@f5a45a5 [BetterPhpDocParser] Clean up unnecessary create new ConstFetchNode() on ArrayItemClassNameDecorator (#5658)
rectorphp/rector-src@d754bec [Php71] Skip re-assign as string on AssignArrayToStringRector (#5659)
rectorphp/rector-src@2d1f468 [Privatization] Skip with suffix "TestCase" on FinalizeTestCaseClassRector (#5660)
rectorphp/rector-src@3ef3e35 [Php71] Skip re-assign as string on AssignArrayToStringRector part 2 (#5661)
rectorphp/rector-src@b6f5a03 [Php83] add type to final class constant (#5662)
rectorphp/rector-src@74a7c51 [automated] Re-Generate Nodes/Rectors Documentation (#5664)
rectorphp/rector-src@58abec4 [automated] Apply Coding Standard (#5665)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.