mirror of
http://124.126.16.154:8888/singularity/hdk-pay.git
synced 2026-01-15 05:35:08 +08:00
7 lines
219 B
Bash
7 lines
219 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
# 代码风格修复脚本
|
||
|
|
|
||
|
|
# 修复代码风格,只使用配置文件中定义的规则
|
||
|
|
./run-in-docker.sh vendor/bin/php-cs-fixer fix app/ tests/ --allow-risky=yes --config=.php-cs-fixer.dist.php
|