Skip to content

Commit

Permalink
Update to EasyCodingStandard 4 (#273)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
TomasVotruba authored and akondas committed Jun 15, 2018
1 parent 31604ce commit 46fa2c2
Show file tree
Hide file tree
Showing 30 changed files with 814 additions and 758 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"phpstan/phpstan-shim": "^0.9",
"phpstan/phpstan-strict-rules": "^0.9.0",
"phpunit/phpunit": "^7.0.0",
"symplify/coding-standard": "^3.1",
"symplify/easy-coding-standard": "^3.1"
"symplify/coding-standard": "^4.4",
"symplify/easy-coding-standard": "^4.4"
},
"config": {
"preferred-install": "dist",
Expand Down
Loading

0 comments on commit 46fa2c2

Please sign in to comment.