Skip to content

Commit f986979

Browse files
committed
Enable no_useless_concat_operator
Closes #5 See codeigniter4/CodeIgniter4#6678
1 parent 2e01389 commit f986979

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
@@ -295,6 +295,7 @@ public function __construct()
295295
'no_unset_cast' => true,
296296
'no_unset_on_property' => false,
297297
'no_unused_imports' => true,
298+
'no_useless_concat_operator' => ['juggle_simple_strings' => true],
298299
'no_useless_else' => true,
299300
'no_useless_nullsafe_operator' => true,
300301
'no_useless_return' => true,

0 commit comments

Comments
 (0)