Use Easy-Coding-Standard for Coding Style check and fix.

This commit is contained in:
Jan Böhmer 2020-01-05 14:29:19 +01:00
parent 8921326b74
commit 700c049d26
6 changed files with 946 additions and 1 deletions

10
ecs.yaml Normal file
View file

@ -0,0 +1,10 @@
parameters:
sets:
- "psr12"
- "php70"
- "php71"
- "clean-code"
- "common"
# very nice to have ↓
- "symplify"
- "symfony"