jascha030/php-cs-config

个人php-cs-fixer配置

1.2.0 2022-07-13 19:42 UTC

This package is auto-updated.

Last update: 2024-09-14 00:23:58 UTC


README

个人偏好的php-cs-fixer配置文件。基于PSR-1PSR-2PhpCSFixer配置集。

入门

先决条件

  • php ^7.4||^8.0||^8.1
  • zsh

安装

composer global require jascha030/php-cs-config

使用

全局安装此包将使pcsconf壳命令可用。此命令会将.php-cs-fixer.dist.php配置文件复制到您的当前工作目录。

致谢

Mlocati的php-cs-fixer配置器被用于创建此配置。