Skip to content

Commit d59f416

Browse files
committed
Bump to php-cs-fixer v3.84
1 parent 6c208a1 commit d59f416

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": "^8.1",
1919
"ext-tokenizer": "*",
20-
"friendsofphp/php-cs-fixer": "^3.80"
20+
"friendsofphp/php-cs-fixer": "^3.84"
2121
},
2222
"require-dev": {
2323
"nexusphp/tachycardia": "^2.1",

src/Ruleset/Nexus81.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ public function __construct()
341341
'no_useless_concat_operator' => ['juggle_simple_strings' => true],
342342
'no_useless_else' => true,
343343
'no_useless_nullsafe_operator' => true,
344+
'no_useless_printf' => true,
344345
'no_useless_return' => true,
345346
'no_useless_sprintf' => true,
346347
'no_whitespace_before_comma_in_array' => ['after_heredoc' => false],

0 commit comments

Comments
 (0)