Skip to content

Commit 8716dc9

Browse files
authored
Update to PHP-CS-Fixer ^3.18 (#24)
1 parent 3866e19 commit 8716dc9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"php": "~8.1.0 || ~8.2.0",
1414
"ext-mbstring": "*",
1515
"ext-tokenizer": "*",
16-
"friendsofphp/php-cs-fixer": "^3.17"
16+
"friendsofphp/php-cs-fixer": "^3.18"
1717
},
1818
"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",
2222
"slam/php-debug-r": "^1.8.0",
2323
"slam/phpstan-extensions": "^6.0.0"
2424
},

lib/Config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ final class Config extends PhpCsFixerConfig
4242
'method_argument_space' => ['keep_multiple_spaces_after_comma' => true],
4343
'native_constant_invocation' => true,
4444
'native_function_invocation' => ['include' => ['@internal']],
45-
'no_blank_lines_before_namespace' => false,
4645
'no_multiline_whitespace_around_double_arrow' => false,
4746
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true],
4847
'not_operator_with_space' => false,

0 commit comments

Comments
 (0)