Skip to content

Commit bd10834

Browse files
committed
Modernize exponentiation
1 parent 047d061 commit bd10834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/PhpCsFixer/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ public function __construct()
236236
],
237237
'phpdoc_var_annotation_correct_order' => true,
238238
'phpdoc_var_without_name' => true,
239+
'pow_to_exponentiation' => true,
239240
'set_type_to_cast' => true,
240241
'short_scalar_cast' => true,
241242
'standardize_increment' => true,

0 commit comments

Comments
 (0)