artarts36 / php-cs-fixer-good-fixers
Fixers collection for PHP Cs Fixer
0.1.2
2021-11-30 11:46 UTC
Requires
- php: ^7.2 | ^8.0
- artarts36/str: ^2.0.5
- friendsofphp/php-cs-fixer: ^3
Requires (Dev)
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2025-03-19 17:37:11 UTC
README
This is Fixers collection for PHP Cs Fixer
Fixers
Fixer | Description | Config |
---|---|---|
PhpCsFixerGoodFixers/interface_method_php_doc_summary | Check comments for methods of interfaces | not |
PhpCsFixerGoodFixers/interface_php_doc_summary | Check comments for interfaces | not |
PhpCsFixerGoodFixers/disable_function | Check the use of disabled functions | disable_functions - array of disabled functions names, default: dd, dump |
PhpCsFixerGoodFixers/laravel_command_no_empty_description | Laravel console commands with filled descriptions | not |
Installation
Run command: composer require --dev artarts36/php-cs-fixer-good-fixers