Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 858 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 858 Bytes

Custom fixers for PHP-CS-Fixer

Actions Status

Installation

composer require jsamson/php-cs-custom-fixer --dev

Fixers

Replace deprecated Sensio\Bundle\FrameworkExtraBundle\Configuration\Route by Symfony\Component\Routing\Annotation\Route

Remove deprecated @Method annotation and move content to @Route args

Remove declare(strict_types=1), auto-generated comments, and abortIf calls from doctrine migration generated files.