File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,9 @@ $config
11
11
'@PSR2 ' => true ,
12
12
'@Symfony ' => true ,
13
13
// additionally
14
- 'align_multiline_comment ' => array ('comment_type ' => 'phpdocs_like ' ),
15
14
'array_syntax ' => array ('syntax ' => 'long ' ),
16
15
'binary_operator_spaces ' => false ,
17
16
'concat_space ' => array ('spacing ' => 'one ' ),
18
- 'increment_style ' => false ,
19
17
'no_useless_else ' => true ,
20
18
'no_useless_return ' => true ,
21
19
'ordered_imports ' => true ,
@@ -25,7 +23,6 @@ $config
25
23
'pre_increment ' => false ,
26
24
'simplified_null_return ' => false ,
27
25
'trailing_comma_in_multiline_array ' => false ,
28
- 'yoda_style ' => null ,
29
26
))
30
27
->setFinder ($ finder )
31
28
;
Original file line number Diff line number Diff line change 32
32
"icecave/parity" : " 1.0.0"
33
33
},
34
34
"require-dev" : {
35
- "friendsofphp/php-cs-fixer" : " ^2.1 " ,
35
+ "friendsofphp/php-cs-fixer" : " ~2.2.20 " ,
36
36
"json-schema/JSON-Schema-Test-Suite" : " 1.2.0" ,
37
37
"phpunit/phpunit" : " ^4.8.35"
38
38
},
You can’t perform that action at this time.
0 commit comments