jsamson/php-cs-custom-fixer

为php-cs-fixer定制的修复器

0.3 2020-05-03 20:42 UTC

This package is auto-updated.

Last update: 2024-09-29 05:55:36 UTC


README

Actions Status

安装

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

修复器

Jsamson/sensio_to_symfony_route

将废弃的Sensio\Bundle\FrameworkExtraBundle\Configuration\Route替换为Symfony\Component\Routing\Annotation\Route

Jsamson/method_to_route_annotation

移除废弃的@Method注解并将内容移动到@Route参数中

Jsamson/doctrine_migration_clean

从由Doctrine迁移生成的文件中移除declare(strict_types=1)、自动生成的注释和abortIf调用。