mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-20 06:38:46 +01:00
7ac228c638
* [CI] Add type-declaration set * [rector] [CI] Add type-declaration set * [cs] [CI] Add type-declaration set * skip nullable void * add anonymous parent/interface support * refactor MultiExceptionCatchRector to use Catch_ over integers * type fixes * fix unoin array type override * remove unused test cases * drop overcomplicated InlineValidationRulesToArrayDefinitionRector * skip assign on var * [rector] skip assign on var * [cs] skip assign on var * [rector] [cs] skip assign on var * skip assign on var * fixes * [rector] fixes * [cs] fixes Co-authored-by: rector-bot <tomas@getrector.org>
PHAR Compiler for Rector
Compile the PHAR
composer update
php bin/compile
The compiled PHAR will be in tmp/rector.phar
. Test it:
php ../tmp/rector.phar
Please note that running the compiler will change the contents of composer.json
file and vendor
directory. Revert those changes after running it.