Skip to content

Commit 70c3f14

Browse files
committed
Enable no_useless_nullsafe_operator
1 parent 65398c3 commit 70c3f14

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'blank_line_between_import_groups' => true,
4444
'control_structure_braces' => true,
4545
'no_multiple_statements_per_line' => true,
46+
'no_useless_nullsafe_operator' => true,
4647
'phpdoc_separation' => [
4748
'groups' => [
4849
['immutable', 'psalm-immutable'],

.php-cs-fixer.no-header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'blank_line_between_import_groups' => true,
3636
'control_structure_braces' => true,
3737
'no_multiple_statements_per_line' => true,
38+
'no_useless_nullsafe_operator' => true,
3839
'phpdoc_separation' => [
3940
'groups' => [
4041
['immutable', 'psalm-immutable'],

.php-cs-fixer.user-guide.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'blank_line_between_import_groups' => true,
3838
'control_structure_braces' => true,
3939
'no_multiple_statements_per_line' => true,
40+
'no_useless_nullsafe_operator' => true,
4041
'phpdoc_separation' => [
4142
'groups' => [
4243
['immutable', 'psalm-immutable'],

0 commit comments

Comments
 (0)