We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c691bdc commit b43a9b5Copy full SHA for b43a9b5
.github/workflows/code_analysis.yaml
@@ -17,9 +17,6 @@ jobs:
17
- name: PHPStan
18
run: composer phpstan
19
20
- - name: Easy Coding Standard
21
- run: composer ecs
22
-
23
- name: Nette Tester
24
run: composer tester
25
composer.json
@@ -38,13 +38,10 @@
38
},
39
"require-dev": {
40
"phpstan/phpstan": "^0.12.50",
41
- "symplify/easy-coding-standard": "^8.3",
42
"nette/tester": "^2.3"
43
44
"scripts": {
45
"phpstan": "phpstan analyze src --level 8",
46
- "ecs": "ecs check src tests --set psr12",
47
- "ecs-fix": "ecs check src tests --set psr12 --fix",
48
"tester": "tester tests"
49
}
50
0 commit comments