File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
composer.phar
3
3
composer.lock
4
4
/vendor /
5
- /.php_cs.cache
5
+ /.php-cs-fixer.php
6
+ /.php-cs-fixer.cache
6
7
/.phpunit.result.cache
7
8
/node_modules /
8
9
/docs /.vuepress /dist /
Original file line number Diff line number Diff line change 7
7
])
8
8
;
9
9
10
- return PhpCsFixer \Config:: create ( )
10
+ return ( new PhpCsFixer \Config () )
11
11
->setFinder ($ finder )
12
12
->setRules ([
13
13
'@Symfony ' => true ,
16
16
'ordered_imports ' => true ,
17
17
'phpdoc_add_missing_param_annotation ' => true ,
18
18
'phpdoc_order ' => true ,
19
- 'yoda_style ' => null ,
19
+ 'yoda_style ' => false ,
20
20
'no_superfluous_phpdoc_tags ' => false ,
21
21
])
22
22
;
Original file line number Diff line number Diff line change 29
29
"psr/http-message" : " ^1.0"
30
30
},
31
31
"require-dev" : {
32
- "friendsofphp/php-cs-fixer" : " ^2.17 " ,
32
+ "friendsofphp/php-cs-fixer" : " ^3.0 " ,
33
33
"guzzlehttp/guzzle" : " ^7.3" ,
34
34
"phpunit/phpunit" : " ^8.0|^9.0"
35
35
},
You can’t perform that action at this time.
0 commit comments