jsamson / php-cs-custom-fixer
Custom fixers for php-cs-fixer
Installs: 15 705
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 3
pkg:composer/jsamson/php-cs-custom-fixer
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: 2025-12-29 03:33:26 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.