oscarotero/php-cs-fixer-config

我的自定义 php-cs-fixer 配置

v2.0.0 2021-11-05 15:06 UTC

This package is auto-updated.

Last update: 2024-09-05 21:36:54 UTC


README

我的自定义 PHP CS Fixer 配置

使用方法

创建一个包含以下代码的 .php_cs.dist 文件

<?php

return My\PhpCsFixerConfig::create(
    __DIR__.'/src',
    __DIR__.'/tests',
    '!ignored',
);