jsamson / php-cs-custom-fixer
Custom fixers for php-cs-fixer
0.3
2020-05-03 20:42 UTC
Requires
- php: >=7.1
- friendsofphp/php-cs-fixer: ^2.16.1
Requires (Dev)
- phpunit/phpunit: ^9.2@dev
- symfony/var-dumper: ^5.1@dev
This package is auto-updated.
Last update: 2026-03-29 00:48:48 UTC
README
Installation
composer require jsamson/php-cs-custom-fixer --dev
Fixers
Jsamson/sensio_to_symfony_route
Replace deprecated Sensio\Bundle\FrameworkExtraBundle\Configuration\Route by Symfony\Component\Routing\Annotation\Route
Jsamson/method_to_route_annotation
Remove deprecated @Method annotation and move content to @Route args
Jsamson/doctrine_migration_clean
Remove declare(strict_types=1), auto-generated comments, and abortIf calls from doctrine migration generated files.