Instant Upgrades and Automated Refactoring of any PHP 5.3+ code
Go to file
Abdul Malik Ikhsan 6c8b3dc9f8
[DeadCode][PHPUnit] handle crash on RemoveJustPropertyFetchForAssignRector+SimplifyForeachInstanceOfRector (#2453)
* [DeadCode][PHPUnit] handle crash on RemoveJustPropertyFetchForAssignRector+SimplifyForeachInstanceOfRector

* Fixed 🎉
2022-06-08 07:48:55 +02:00
.github [Scoped] Update build script with no need define php 8.0 setup (#2449) 2022-06-07 09:57:47 +00:00
bin skip team members from changelog, to give more credit to external contibutors 2022-06-04 10:19:54 +02:00
build [scoped] Build with Scoper 0.17.2 (#2445) 2022-06-07 11:23:53 +02:00
config [Php74] Remove ReservedFnFunctionRector (#2447) 2022-06-07 08:34:00 +02:00
dev-docs [DX] Detach typo3 from core to allow stable growth of both packages (#2446) 2022-06-06 19:28:24 +02:00
docs/testing
e2e [e2e] Add e2e for parallel process with current directory contains space (#2421) 2022-06-03 22:41:31 +02:00
packages [Renaming] Skip rename docblock on conflict with alias on RenameClassRector (#2450) 2022-06-07 14:47:02 +02:00
packages-tests [DX] Make ClassAnnotationMatcher differentiate between known and unknown classes (#2319) 2022-06-06 10:32:34 +02:00
rules [Renaming] Skip rename docblock on conflict with alias on RenameClassRector (#2450) 2022-06-07 14:47:02 +02:00
rules-tests [Renaming] Skip rename docblock on conflict with alias on RenameClassRector (#2450) 2022-06-07 14:47:02 +02:00
src [DeadCode][PHPUnit] handle crash on RemoveJustPropertyFetchForAssignRector+SimplifyForeachInstanceOfRector (#2453) 2022-06-08 07:48:55 +02:00
stubs
templates [docs] Improve first-time contributors docs (#2061) 2022-04-12 10:52:46 +02:00
tests [DeadCode][PHPUnit] handle crash on RemoveJustPropertyFetchForAssignRector+SimplifyForeachInstanceOfRector (#2453) 2022-06-08 07:48:55 +02:00
utils [scoped] Build with Scoper 0.17.2 (#2445) 2022-06-07 11:23:53 +02:00
.editorconfig
.gitattributes
.gitignore
.phpstorm.meta.php Use php-parser to work with literal _ number separator (#2321) 2022-05-31 21:09:06 +00:00
CHANGE2.md skip team members from changelog, to give more credit to external contibutors 2022-06-04 10:19:54 +02:00
CODE_OF_CONDUCT.md
composer.json [DX] Detach typo3 from core to allow stable growth of both packages (#2446) 2022-06-06 19:28:24 +02:00
CONTRIBUTING.md [docs] your name 2022-04-12 10:53:33 +02:00
docker-compose.yml
Dockerfile
easy-ci.php [DX] Remove too detailed --type in init command, use fw documentation instead (#2430) 2022-06-04 13:46:21 +02:00
ecs.php Remove myclabs/php-enum dependency (#2388) 2022-05-29 22:33:23 +00:00
full_build.sh [Scoped] Update build script with no need define php 8.0 setup (#2449) 2022-06-07 09:57:47 +00:00
LICENSE
monorepo-builder.php
phpstan-for-rector.neon add extensions to rector phpstan types 2022-06-01 10:01:33 +02:00
phpstan.neon [Php74] Remove ReservedFnFunctionRector (#2447) 2022-06-07 08:34:00 +02:00
phpunit.xml
preload.php [scoped] Build with Scoper 0.17.2 (#2445) 2022-06-07 11:23:53 +02:00
README.md [DX] Move PhpVersionProvider from AbstractRector to particular services (#2189) 2022-04-28 22:02:52 +02:00
rector.php [DeadCode] Improve RemoveJustPropertyFetchRector and apply (#2435) 2022-06-04 18:02:21 +00:00
rule-doc-generator.php [DX] Use RectorConfig in configs (#2063) 2022-04-12 13:46:07 +02:00
scoper.php [Renaming] Skip rename docblock on conflict with alias on RenameClassRector (#2450) 2022-06-07 14:47:02 +02:00

Rector - Instant Upgrades and Automated Refactoring

Downloads


This repository (rectorphp/rector-src) is for development Rector only. Head to rectorphp/rector for documentation, install or creating an issue.


Building rectorphp/rector

Code of this repository requires PHP 8. For rector/rector package the build downgrades code to PHP 7.2+.

How to Contribute

Please read contributing guideline for how to contribute to rector.

Code of Conduct

This project adheres to a Contributor Code of Conduct By participating in this project and its community, you are expected to uphold this code.