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
1111 '@PSR2 ' => true ,
1212 '@Symfony ' => true ,
1313 // additionally
14- 'align_multiline_comment ' => array ('comment_type ' => 'phpdocs_like ' ),
1514 'array_syntax ' => array ('syntax ' => 'long ' ),
1615 'binary_operator_spaces ' => false ,
1716 'concat_space ' => array ('spacing ' => 'one ' ),
18- 'increment_style ' => false ,
1917 'no_useless_else ' => true ,
2018 'no_useless_return ' => true ,
2119 'ordered_imports ' => true ,
@@ -25,7 +23,6 @@ $config
2523 'pre_increment ' => false ,
2624 'simplified_null_return ' => false ,
2725 'trailing_comma_in_multiline_array ' => false ,
28- 'yoda_style ' => null ,
2926 ))
3027 ->setFinder ($ finder )
3128;
Original file line number Diff line number Diff line change 3232 "icecave/parity" : " 1.0.0"
3333 },
3434 "require-dev" : {
35- "friendsofphp/php-cs-fixer" : " ^2.1 " ,
35+ "friendsofphp/php-cs-fixer" : " ~2.2.20 " ,
3636 "json-schema/JSON-Schema-Test-Suite" : " 1.2.0" ,
3737 "phpunit/phpunit" : " ^4.8.35"
3838 },
You can’t perform that action at this time.
0 commit comments