Skip to content

Commit 46fa2c2

Browse files
TomasVotrubaakondas
authored andcommitted
Update to EasyCodingStandard 4 (#273)
* update ECS config to v4 * composer: require Symplify 4 * apply coding-standard: use constants over functions, protected setUp() in tests, array indentation * ecs: add false positive case * composer: update lock * bump to ECS 4.4 * update composer.lock * shorten ECS config name * ecs: ignore assignments in while() * fix cs
1 parent 31604ce commit 46fa2c2

30 files changed

+814
-758
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"phpstan/phpstan-shim": "^0.9",
2929
"phpstan/phpstan-strict-rules": "^0.9.0",
3030
"phpunit/phpunit": "^7.0.0",
31-
"symplify/coding-standard": "^3.1",
32-
"symplify/easy-coding-standard": "^3.1"
31+
"symplify/coding-standard": "^4.4",
32+
"symplify/easy-coding-standard": "^4.4"
3333
},
3434
"config": {
3535
"preferred-install": "dist",

0 commit comments

Comments
 (0)