Skip to content

Commit 00f9d0f

Browse files
committed
Use coding standard rules for PHP 7.4
1 parent 5dbe37c commit 00f9d0f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Check coding standards
2727
run: |
2828
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
29+
php temp/coding-standard/ecs check src --config temp/coding-standard/coding-standard-php74.yml
3030
3131
- name: Check PHPStan rules
3232
run: composer phpstan

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"require-dev": {
1515
"phpstan/phpstan": "^0.12.52",
1616
"tracy/tracy": "^2.8",
17-
"phpstan/phpstan-nette": "^0.12.9",
18-
"symplify/easy-coding-standard": "^9.0"
17+
"phpstan/phpstan-nette": "^0.12.9"
1918
},
2019
"autoload": {
2120
"classmap": [

0 commit comments

Comments
 (0)