File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 13
13
"php" : " ~8.1.0 || ~8.2.0" ,
14
14
"ext-mbstring" : " *" ,
15
15
"ext-tokenizer" : " *" ,
16
- "friendsofphp/php-cs-fixer" : " ^3.17 "
16
+ "friendsofphp/php-cs-fixer" : " ^3.18 "
17
17
},
18
18
"require-dev" : {
19
- "phpstan/phpstan" : " ^1.10.15 " ,
20
- "phpstan/phpstan-phpunit" : " ^1.3.12 " ,
21
- "phpunit/phpunit" : " ^10.1.3 " ,
19
+ "phpstan/phpstan" : " ^1.10.21 " ,
20
+ "phpstan/phpstan-phpunit" : " ^1.3.13 " ,
21
+ "phpunit/phpunit" : " ^10.2.2 " ,
22
22
"slam/php-debug-r" : " ^1.8.0" ,
23
23
"slam/phpstan-extensions" : " ^6.0.0"
24
24
},
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ final class Config extends PhpCsFixerConfig
42
42
'method_argument_space ' => ['keep_multiple_spaces_after_comma ' => true ],
43
43
'native_constant_invocation ' => true ,
44
44
'native_function_invocation ' => ['include ' => ['@internal ' ]],
45
- 'no_blank_lines_before_namespace ' => false ,
46
45
'no_multiline_whitespace_around_double_arrow ' => false ,
47
46
'no_superfluous_phpdoc_tags ' => ['allow_mixed ' => true ],
48
47
'not_operator_with_space ' => false ,
You can’t perform that action at this time.
0 commit comments