Skip to content

Commit 304fbd3

Browse files
committed
Ensure classes follow PSR-4
1 parent fa57ddd commit 304fbd3

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
@@ -238,6 +238,7 @@ public function __construct()
238238
'phpdoc_var_without_name' => true,
239239
'pow_to_exponentiation' => true,
240240
'protected_to_private' => true,
241+
'psr_autoloading' => ['dir' => null],
241242
'set_type_to_cast' => true,
242243
'short_scalar_cast' => true,
243244
'standardize_increment' => true,

0 commit comments

Comments
 (0)