-
Notifications
You must be signed in to change notification settings - Fork 116
Code Style
Leo edited this page Jul 2, 2020
·
2 revisions
代码格式约定如此文件约定, 使用PHP-CS-Fixer进行格式修复以及格式检查.
只需每次提交前, 在web
文件夹中运行以下命令:
./app/vendor/bin/php-cs-fixer fix
即可修复格式, 通过CI检查.
TODO