Skip to content

Commit 2aafa26

Browse files
committed
Enable modernize_stripos option in modernize_strpos fixer
1 parent aada002 commit 2aafa26

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
@@ -245,7 +245,7 @@ public function __construct()
245245
'attribute_placement' => 'standalone',
246246
],
247247
'method_chaining_indentation' => true,
248-
'modernize_strpos' => true,
248+
'modernize_strpos' => ['modernize_stripos' => true],
249249
'modernize_types_casting' => true,
250250
'multiline_comment_opening_closing' => true,
251251
'multiline_string_to_heredoc' => false,

0 commit comments

Comments
 (0)