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

0.3 2020-05-03 20:42 UTC

This package is auto-updated.

Last update: 2025-12-29 03:33:26 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.