Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ossinkine
/
rector-src
Public
forked from
rectorphp/rector-src
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Aug 8, 2022
remove nette from conflicting packages to allow split
TomasVotruba
committed
46e4739
View commit details
Copy full SHA for 46e4739
Browse repository at this point
Commits on Aug 7, 2022
cleanup
TomasVotruba
committed
b8fec64
View commit details
Copy full SHA for b8fec64
Browse repository at this point
narrow core packages
TomasVotruba
committed
cbe6271
View commit details
Copy full SHA for cbe6271
Browse repository at this point
bump deps
TomasVotruba
committed
d68bc4c
View commit details
Copy full SHA for d68bc4c
Browse repository at this point
Add BinaryOpAnalyzer locally
TomasVotruba
committed
81f3299
View commit details
Copy full SHA for 81f3299
Browse repository at this point
Commits on Aug 6, 2022
Less doc, move from NodeRemover from AbstractRector - use directly or remove nodes right at the moment - that creates safer tree (#2741)
TomasVotruba
authored
86682e4
View commit details
Copy full SHA for 86682e4
Browse repository at this point
Revert Add class-string typehint to MethodCallRename (#2739)
TomasVotruba
authored
6ad7b03
View commit details
Copy full SHA for 6ad7b03
Browse repository at this point
[TypeDeclaration] Make anonymous class return specific type, if implements (#2738)
TomasVotruba
authored
f4bc6c3
View commit details
Copy full SHA for f4bc6c3
Browse repository at this point
[TypedDeclaration] Add MockObject property type support to TypedPropertyFromAssignsRector (#2737)
TomasVotruba
authored
ea3a699
View commit details
Copy full SHA for ea3a699
Browse repository at this point
[TypeDeclaration] Skip data providers in AddArrayReturnDocTypeRector, they're overly complex and not helpful to type (#2736)
Show description for 5111920
TomasVotruba
and
actions-user
authored
5111920
View commit details
Copy full SHA for 5111920
Browse repository at this point
Commits on Aug 5, 2022
[Php80] Preserve int key defined not start from 0 on AnnotationToAttributeRector (#2735)
samsonasik
authored
c88bd7a
View commit details
Copy full SHA for c88bd7a
Browse repository at this point
[DeadCode] Handle assign in If_ cond on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2734)
samsonasik
authored
502d0ad
View commit details
Copy full SHA for 502d0ad
Browse repository at this point
Commits on Aug 4, 2022
Ability to yield files with names (#2732)
Wirone
authored
685dc70
View commit details
Copy full SHA for 685dc70
Browse repository at this point
Clean up downgrade php path in configs (#2731)
samsonasik
authored
a494d7c
View commit details
Copy full SHA for a494d7c
Browse repository at this point
[Php80][TypeDeclaration] Handle UnionTypesRector+AddArrayReturnDocTypeRector on auto import FullyQualified doc (#2730)
Show description for b98dc27
samsonasik
and
actions-user
authored
b98dc27
View commit details
Copy full SHA for b98dc27
Browse repository at this point
Commits on Aug 3, 2022
[DeadCode] Skip RemoveAlwaysTrueIfConditionRector on property use by @var docblock on Trait (#2729)
Show description for 61b6e86
samsonasik
authored
61b6e86
View commit details
Copy full SHA for 61b6e86
Browse repository at this point
[Php80] Skip default no stmt next is case on ChangeSwitchToMatchRector (#2728)
Show description for 3fba7c6
samsonasik
authored
3fba7c6
View commit details
Copy full SHA for 3fba7c6
Browse repository at this point
Add class-string typehint to MethodCallRename (#2726)
alexander-schranz
authored
f99f19c
View commit details
Copy full SHA for f99f19c
Browse repository at this point
Commits on Aug 2, 2022
[Php56] Handle jump not Expression stmt next initialized on AddDefaultValueForUndefinedVariableRector (#2725)
samsonasik
authored
5ec4cff
View commit details
Copy full SHA for 5ec4cff
Browse repository at this point
Commits on Jul 31, 2022
[automated] Re-Generate Nodes/Rectors Documentation (#2724)
Show description for ff1ba89
TomasVotruba
authored
ff1ba89
View commit details
Copy full SHA for ff1ba89
Browse repository at this point
Commits on Jul 30, 2022
[Doc] Add documentation for parallel troubleshooting (#2722)
Show description for 34cdbb7
rafaelbernard
authored
34cdbb7
View commit details
Copy full SHA for 34cdbb7
Browse repository at this point
[Php56] Ensure return null on empty variable initialization after check with existing stmts on AddDefaultValueForUndefinedVariableRector (#2723)
samsonasik
authored
c19b953
View commit details
Copy full SHA for c19b953
Browse repository at this point
Commits on Jul 29, 2022
[Php56] Skip already initialized on next Stmt on AddDefaultValueForUndefinedVariableRector (#2721)
Show description for 7ca5096
samsonasik
and
actions-user
authored
7ca5096
View commit details
Copy full SHA for 7ca5096
Browse repository at this point
Commits on Jul 28, 2022
Fix/do not inline constructor default when readonly (#2720)
Show description for ec291c4
kpn13
authored
ec291c4
View commit details
Copy full SHA for ec291c4
Browse repository at this point
bump scoper to 0.17.5
TomasVotruba
committed
d94353a
View commit details
Copy full SHA for d94353a
Browse repository at this point
ExplicitMethodCallOverMagicGetSetRector fix (#2719)
MartinMystikJonas
authored
8df7912
View commit details
Copy full SHA for 8df7912
Browse repository at this point
Apply ParametersAcceptorSelectorVariantsWrapper::select() take 2 (#2718)
Show description for ec9c15a
samsonasik
and
actions-user
authored
ec9c15a
View commit details
Copy full SHA for ec9c15a
Browse repository at this point
Commits on Jul 27, 2022
[DeadCode] Skip RemoveAlwaysTrueIfConditionRector on property use by @var docblock (#2717)
Show description for 89bd84e
samsonasik
authored
89bd84e
View commit details
Copy full SHA for 89bd84e
Browse repository at this point
stop on first id
TomasVotruba
committed
d94ded9
View commit details
Copy full SHA for d94ded9
Browse repository at this point
[Php80] Add MixedTypeRector (#2701)
Show description for 69d3c92
samsonasik
and
actions-user
authored
69d3c92
View commit details
Copy full SHA for 69d3c92
Browse repository at this point
Fix/early return inline constructor default 7319 (#2716)
Show description for 4ed677d
kpn13
authored
4ed677d
View commit details
Copy full SHA for 4ed677d
Browse repository at this point
[TypeDeclaration] Handle crash on intersection in Union type on AddMethodCallBasedStrictParamTypeRector (#2704)
Show description for fe0551e
samsonasik
and
actions-user
authored
fe0551e
View commit details
Copy full SHA for fe0551e
Browse repository at this point
[DowngradePhp81] Handle no scope on DowngradeFirstClassCallableSyntaxRector inside ArrayItem (#2709)
samsonasik
authored
a018130
View commit details
Copy full SHA for a018130
Browse repository at this point
Commits on Jul 26, 2022
[DeadCode] Handle crash on negation class const fetch with static:: and parent:: on RemoveDeadZeroAndOneOperationRector (#2714)
samsonasik
authored
32834d0
View commit details
Copy full SHA for 32834d0
Browse repository at this point
[CodingStyle] Skip has static call call non static method on StaticArrowFunctionRector and StaticClosureRector (#2713)
Show description for f0df3c5
samsonasik
and
actions-user
authored
f0df3c5
View commit details
Copy full SHA for f0df3c5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.