Skip to content

Commit 5b8dc8f

Browse files
committed
Enable modernize_stripos option to modernize_strpos fixer
1 parent eeb8d8e commit 5b8dc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ruleset/Nexus81.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public function __construct()
232232
'attribute_placement' => 'standalone',
233233
],
234234
'method_chaining_indentation' => true,
235-
'modernize_strpos' => true,
235+
'modernize_strpos' => ['modernize_stripos' => true],
236236
'modernize_types_casting' => true,
237237
'multiline_comment_opening_closing' => true,
238238
'multiline_string_to_heredoc' => true,

0 commit comments

Comments
 (0)