#!/usr/bin/env sh # 代码静态分析脚本 # 运行完整的代码静态分析 ./run-in-docker.sh vendor/bin/phpstan analyse src/ tests/