登录 注册
当前位置:主页 > 资源下载 > 13 > PHP CS Fixer配置文件:用于提供PHP CS Fixer的配置设定

PHP CS Fixer配置文件:用于提供PHP CS Fixer的配置设定

  • 更新:2024-08-06 15:14:02
  • 大小:10KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

kubawerlos / php-cs-fixer-config 提供PHP CS Fixer的配置。 安装 composer require --dev kubawerlos/php-cs-fixer-config 用法 创建.php_cs文件并使用PhpCsFixerConfig\Factory : <?php return PhpCsFixerConfig \ Factory :: createForLibrary ( 'Library' , 'Author' , 2020 /* license initial year */ ) -> setFinder ( PhpCsFixer \ Finder :: create () -> files () -> in (__DIR__ . '/src' )