File tree Expand file tree Collapse file tree 3 files changed +3
-23
lines changed
Expand file tree Collapse file tree 3 files changed +3
-23
lines changed Original file line number Diff line number Diff line change 3030 __DIR__ . '/admin/starter/builds ' ,
3131 ]);
3232
33- $ overrides = [
34- 'ordered_class_elements ' => [
35- 'order ' => [
36- 'use_trait ' ,
37- 'constant ' ,
38- 'property ' ,
39- 'method ' ,
40- ],
41- 'sort_algorithm ' => 'none ' ,
42- ],
43- ];
33+ $ overrides = [];
4434
4535$ options = [
4636 'cacheFile ' => 'build/.no-header.php-cs-fixer.cache ' ,
Original file line number Diff line number Diff line change 3434 __DIR__ . '/spark ' ,
3535 ]);
3636
37- $ overrides = [
38- 'ordered_class_elements ' => [
39- 'order ' => [
40- 'use_trait ' ,
41- 'constant ' ,
42- 'property ' ,
43- 'method ' ,
44- ],
45- 'sort_algorithm ' => 'none ' ,
46- ],
47- ];
37+ $ overrides = [];
4838
4939$ options = [
5040 'cacheFile ' => 'build/.php-cs-fixer.cache ' ,
Original file line number Diff line number Diff line change 1717 "require-dev" : {
1818 "codeigniter/coding-standard" : " ^1.1" ,
1919 "fakerphp/faker" : " ^1.9" ,
20- "friendsofphp/php-cs-fixer" : " ^3.1 " ,
20+ "friendsofphp/php-cs-fixer" : " ^3.6 " ,
2121 "mikey179/vfsstream" : " ^1.6" ,
2222 "nexusphp/cs-config" : " ^3.3" ,
2323 "phpunit/phpunit" : " ^9.1" ,
You can’t perform that action at this time.
0 commit comments