#!/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