ntzm/php-comment-style

用于修复 PHP 注释风格的工具

0.1.2 2017-11-25 23:35 UTC

This package is auto-updated.

Last update: 2024-09-27 10:55:42 UTC


README

格式化 PHP 注释。

//foo
/*bar baz*/

// foo
/* bar baz */

安装

composer require --dev ntzm/php-comment-style

运行

修复 src/ 目录下的所有 PHP 文件

vendor/bin/php-comment-style fix src

修复 src/tests/ 目录下的所有 PHP 文件

vendor/bin/php-comment-style fix src tests