Add missing fixers from PHP CS

Also adjust editorconfig and order php-cs.
This commit is contained in:
rugk 2016-10-31 11:29:25 +01:00
parent 1f46823942
commit b4293f5467
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D
3 changed files with 7 additions and 5 deletions

View file

@ -5,6 +5,8 @@ risky: false
enabled:
- no_empty_comment
- align_equals
- long_array_syntax
- concat_with_spaces
disabled:
- blank_line_after_opening_tag