ergebnis / rector-rules
Provides rules for rector/rector.
Installs: 21 885
Dependents: 5
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- nikic/php-parser: ^4.17.1 || ^5.0.0
- phpstan/phpstan: ^1.10.36
- rector/rector: ~0.19.2 || ^1.0.0
- symplify/rule-doc-generator-contracts: ^9.3.26
Requires (Dev)
- ergebnis/composer-normalize: ^2.43.0
- ergebnis/data-provider: ^3.2.0
- ergebnis/license: ^2.4.0
- ergebnis/php-cs-fixer-config: ^6.36.0
- ergebnis/phpunit-slow-test-detector: ^2.15.1
- infection/infection: ~0.26.6
- phpunit/phpunit: ^9.6.20
- psalm/plugin-phpunit: ~0.19.0
- vimeo/psalm: ^5.26.1
README
This project provides a composer
package with rules for rector/rector
.
Installation
Run
composer require --dev ergebnis/rector-rules
Usage
Rules
This project provides the following rules for rector/rector
:
Arrays\SortAssociativeArrayByKeyRector
This rule sorts associative arrays in ascending order by key unless they are declared in classes extending PHPUnit\Framework\TestCase
.
<?php $data = [ + 'bar' => [ + 'quux' => 'quuz', + 'quz' => 'qux', + ], 'foo' => [ 'foo', 'bar', 'baz', ], - 'bar' => [ - 'quz' => 'qux', - 'quux' => 'quuz', - ], ];
Changelog
The maintainers of this project record notable changes to this project in a changelog.
Contributing
The maintainers of this project suggest following the contribution guide.
Code of Conduct
The maintainers of this project ask contributors to follow the code of conduct.
General Support Policy
The maintainers of this project provide limited support.
You can support the maintenance of this project by sponsoring @localheinz or requesting an invoice for services related to this project.
PHP Version Support Policy
This project supports PHP versions with active and security support.
The maintainers of this project add support for a PHP version following its initial release and drop support for a PHP version when it has reached the end of security support.
Security Policy
This project has a security policy.
License
This project uses the MIT license.
Social
Follow @localheinz and @ergebnis on Twitter.