File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 __DIR__ . '/spark ' ,
4444 ]);
4545
46- $ overrides = [
47- 'php_unit_data_provider_name ' => [
48- 'prefix ' => 'provide ' ,
49- 'suffix ' => '' ,
50- ],
51- 'php_unit_data_provider_static ' => true ,
52- 'php_unit_data_provider_return_type ' => true ,
53- 'no_extra_blank_lines ' => [
54- 'tokens ' => [
55- 'attribute ' ,
56- 'break ' ,
57- 'case ' ,
58- 'continue ' ,
59- 'curly_brace_block ' ,
60- 'default ' ,
61- 'extra ' ,
62- 'parenthesis_brace_block ' ,
63- 'return ' ,
64- 'square_brace_block ' ,
65- 'switch ' ,
66- 'throw ' ,
67- 'use ' ,
68- ],
69- ],
70- 'fully_qualified_strict_types ' => [
71- 'import_symbols ' => false ,
72- 'leading_backslash_in_global_namespace ' => false ,
73- 'phpdoc_tags ' => [
74- 'param ' ,
75- 'phpstan-param ' ,
76- 'phpstan-property ' ,
77- 'phpstan-property-read ' ,
78- 'phpstan-property-write ' ,
79- 'phpstan-return ' ,
80- 'phpstan-var ' ,
81- 'property ' ,
82- 'property-read ' ,
83- 'property-write ' ,
84- 'psalm-param ' ,
85- 'psalm-property ' ,
86- 'psalm-property-read ' ,
87- 'psalm-property-write ' ,
88- 'psalm-return ' ,
89- 'psalm-var ' ,
90- 'return ' ,
91- 'throws ' ,
92- 'var ' ,
93- ],
94- ],
95- ];
46+ $ overrides = [];
9647
9748$ options = [
9849 'cacheFile ' => 'build/.php-cs-fixer.cache ' ,
Original file line number Diff line number Diff line change 2929 __DIR__ . '/admin/starter/builds ' ,
3030 ]);
3131
32- $ overrides = [
33- 'php_unit_data_provider_name ' => [
34- 'prefix ' => 'provide ' ,
35- 'suffix ' => '' ,
36- ],
37- 'php_unit_data_provider_static ' => true ,
38- 'php_unit_data_provider_return_type ' => true ,
39- 'no_extra_blank_lines ' => [
40- 'tokens ' => [
41- 'attribute ' ,
42- 'break ' ,
43- 'case ' ,
44- 'continue ' ,
45- 'curly_brace_block ' ,
46- 'default ' ,
47- 'extra ' ,
48- 'parenthesis_brace_block ' ,
49- 'return ' ,
50- 'square_brace_block ' ,
51- 'switch ' ,
52- 'throw ' ,
53- 'use ' ,
54- ],
55- ],
56- ];
32+ $ overrides = [];
5733
5834$ options = [
5935 'cacheFile ' => 'build/.php-cs-fixer.no-header.cache ' ,
Original file line number Diff line number Diff line change 3131 ]);
3232
3333$ overrides = [
34- 'echo_tag_syntax ' => false ,
35- 'php_unit_internal_class ' => false ,
36- 'no_unused_imports ' => false ,
37- 'class_attributes_separation ' => false ,
38- 'php_unit_data_provider_return_type ' => true ,
39- 'no_extra_blank_lines ' => [
40- 'tokens ' => [
41- 'attribute ' ,
42- 'break ' ,
43- 'case ' ,
44- 'continue ' ,
45- 'curly_brace_block ' ,
46- 'default ' ,
47- 'extra ' ,
48- 'parenthesis_brace_block ' ,
49- 'return ' ,
50- 'square_brace_block ' ,
51- 'switch ' ,
52- 'throw ' ,
53- 'use ' ,
54- ],
55- ],
56- 'php_unit_data_provider_static ' => true ,
57- 'php_unit_data_provider_name ' => [
58- 'prefix ' => 'provide ' ,
59- 'suffix ' => '' ,
60- ],
34+ 'echo_tag_syntax ' => false ,
35+ 'php_unit_internal_class ' => false ,
36+ 'no_unused_imports ' => false ,
37+ 'class_attributes_separation ' => false ,
6138];
6239
6340$ options = [
Original file line number Diff line number Diff line change 1818 "psr/log" : " ^1.1"
1919 },
2020 "require-dev" : {
21- "codeigniter/coding-standard" : " ^1.5 " ,
21+ "codeigniter/coding-standard" : " ^1.7 " ,
2222 "fakerphp/faker" : " ^1.9" ,
2323 "friendsofphp/php-cs-fixer" : " ^3.43" ,
2424 "kint-php/kint" : " ^5.0.4" ,
Original file line number Diff line number Diff line change 1818 "psr/log" : " ^1.1"
1919 },
2020 "require-dev" : {
21- "codeigniter/coding-standard" : " ^1.5 " ,
21+ "codeigniter/coding-standard" : " ^1.7 " ,
2222 "codeigniter/phpstan-codeigniter" : " ^1.4" ,
2323 "ergebnis/composer-normalize" : " ^2.28" ,
2424 "fakerphp/faker" : " ^1.9" ,
You can’t perform that action at this time.
0 commit comments