feature #10

Merged
XiaoLFeng merged 15 commits from feature into master 2023-06-30 16:27:18 +08:00
Showing only changes of commit 30150f5db0 - Show all commits

View File

@ -28,9 +28,6 @@ jobs:
coverage: none coverage: none
tools: phpmd tools: phpmd
- name: '检查是否存在未使用代码'
run: phpmd ./ text unusedcode
- name: '检查命名问题' - name: '检查命名问题'
run: phpmd ./ text naming run: phpmd ./ text naming