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 5dbe37c commit 00f9d0fCopy full SHA for 00f9d0f
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Check coding standards
27
run: |
28
php temp/code-checker/code-checker --short-arrays --strict-types --fix --no-progress
29
- php temp/coding-standard/ecs check src --config temp/coding-standard/coding-standard-php80.yml
+ php temp/coding-standard/ecs check src --config temp/coding-standard/coding-standard-php74.yml
30
31
- name: Check PHPStan rules
32
run: composer phpstan
composer.json
@@ -14,8 +14,7 @@
14
"require-dev": {
15
"phpstan/phpstan": "^0.12.52",
16
"tracy/tracy": "^2.8",
17
- "phpstan/phpstan-nette": "^0.12.9",
18
- "symplify/easy-coding-standard": "^9.0"
+ "phpstan/phpstan-nette": "^0.12.9"
19
},
20
"autoload": {
21
"classmap": [
0 commit comments