rector/ecs-after-rector.neon
TomasVotruba 479eee023f details
2017-11-06 03:46:11 +01:00

13 lines
398 B
Plaintext

checkers:
# remove unused "use" statements
- PhpCsFixer\Fixer\Import\NoUnusedImportsFixer
# order use statements A-Z
- PhpCsFixer\Fixer\Import\OrderedImportsFixer
# remove extra spaces from DocBlocks
- PhpCsFixer\Fixer\Comment\NoTrailingWhitespaceInCommentFixer
# clean empty doc blocks, e.g. after annotation removal
- PhpCsFixer\Fixer\Phpdoc\NoEmptyPhpdocFixer