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