We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
代码格式约定如此文件约定, 使用PHP-CS-Fixer进行格式修复以及格式检查.
只需每次提交前, 在web文件夹中运行以下命令:
web
./app/vendor/bin/php-cs-fixer fix
即可修复格式, 通过CI检查.
TODO