Skip to content

Commit 4ec9f62

Browse files
committed
Enable no_useless_nullsafe_operator
See codeigniter4/CodeIgniter4#6483
1 parent 1f7226a commit 4ec9f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ public function __construct()
271271
'no_unset_on_property' => false,
272272
'no_unused_imports' => true,
273273
'no_useless_else' => true,
274+
'no_useless_nullsafe_operator' => true,
274275
'no_useless_return' => true,
275276
'no_useless_sprintf' => true,
276277
'no_whitespace_before_comma_in_array' => ['after_heredoc' => true],

0 commit comments

Comments
 (0)