rector/ecs-after-rector.neon

13 lines
398 B
Plaintext
Raw Normal View History

2017-11-02 18:21:09 +01:00
checkers:
# remove unused "use" statements
- PhpCsFixer\Fixer\Import\NoUnusedImportsFixer
2017-11-05 20:36:55 +01:00
2017-11-02 18:21:09 +01:00
# order use statements A-Z
- PhpCsFixer\Fixer\Import\OrderedImportsFixer
2017-11-05 20:36:55 +01:00
2017-11-02 18:21:09 +01:00
# remove extra spaces from DocBlocks
- PhpCsFixer\Fixer\Comment\NoTrailingWhitespaceInCommentFixer
2017-11-05 20:36:55 +01:00
# clean empty doc blocks, e.g. after annotation removal
- PhpCsFixer\Fixer\Phpdoc\NoEmptyPhpdocFixer