Skip to content

Commit 9354fda

Browse files
committed
Use default for option of unary_operator_spaces
1 parent 97085e5 commit 9354fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ public function __construct()
658658
'space' => 'none',
659659
'space_multiple_catch' => 'none',
660660
],
661-
'unary_operator_spaces' => true,
661+
'unary_operator_spaces' => ['only_dec_inc' => false],
662662
'use_arrow_functions' => true,
663663
'visibility_required' => ['elements' => ['const', 'method', 'property']],
664664
'void_return' => false, // changes method signature

0 commit comments

Comments
 (0)