jsamson/php-cs-custom-fixer

Custom fixers for php-cs-fixer

0.3 2020-05-03 20:42 UTC

This package is auto-updated.

Last update: 2024-04-29 04:40:02 UTC


README

Actions Status

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.