Skip to content

Commit

Permalink
Enable modernize_stripos option to modernize_strpos fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jan 17, 2025
1 parent eeb8d8e commit 5b8dc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ruleset/Nexus81.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function __construct()
'attribute_placement' => 'standalone',
],
'method_chaining_indentation' => true,
'modernize_strpos' => true,
'modernize_strpos' => ['modernize_stripos' => true],
'modernize_types_casting' => true,
'multiline_comment_opening_closing' => true,
'multiline_string_to_heredoc' => true,
Expand Down

0 comments on commit 5b8dc8f

Please sign in to comment.