File tree 11 files changed +13
-11
lines changed
11 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ For a full diff see [`6.41.0...main`][6.41.0...main].
11
11
### Changed
12
12
13
13
- Updated ` friendsofphp/php-cs-fixer ` ([ #1153 ] ), by [ @dependabot ]
14
- -
14
+ - Enabled ` modernize_stripos ` option of ` modernize_strpos fixer ` ([ #1154 ] ), by [ @localheinz ]
15
+
15
16
## [ ` 6.41.0 ` ] [ 6.41.0 ]
16
17
17
18
For a full diff see [ ` 6.40.0...6.41.0 ` ] [ 6.40.0...6.41.0 ] .
@@ -1812,6 +1813,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
1812
1813
[ #1148 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1148
1813
1814
[ #1150 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1150
1814
1815
[ #1153 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1153
1816
+ [ #1154 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1154
1815
1817
1816
1818
[ @dependabot ] : https://github.com/apps/dependabot
1817
1819
[ @linuxjuggler ] : https://github.com/linuxjuggler
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ public static function create(): RuleSet
295
295
],
296
296
'method_chaining_indentation ' => true ,
297
297
'modernize_strpos ' => [
298
- 'modernize_stripos ' => false ,
298
+ 'modernize_stripos ' => true ,
299
299
],
300
300
'modernize_types_casting ' => true ,
301
301
'multiline_comment_opening_closing ' => true ,
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ public static function create(): RuleSet
296
296
],
297
297
'method_chaining_indentation ' => true ,
298
298
'modernize_strpos ' => [
299
- 'modernize_stripos ' => false ,
299
+ 'modernize_stripos ' => true ,
300
300
],
301
301
'modernize_types_casting ' => true ,
302
302
'multiline_comment_opening_closing ' => true ,
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ public static function create(): RuleSet
296
296
],
297
297
'method_chaining_indentation ' => true ,
298
298
'modernize_strpos ' => [
299
- 'modernize_stripos ' => false ,
299
+ 'modernize_stripos ' => true ,
300
300
],
301
301
'modernize_types_casting ' => true ,
302
302
'multiline_comment_opening_closing ' => true ,
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ public static function create(): RuleSet
296
296
],
297
297
'method_chaining_indentation ' => true ,
298
298
'modernize_strpos ' => [
299
- 'modernize_stripos ' => false ,
299
+ 'modernize_stripos ' => true ,
300
300
],
301
301
'modernize_types_casting ' => true ,
302
302
'multiline_comment_opening_closing ' => true ,
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ public static function create(): RuleSet
296
296
],
297
297
'method_chaining_indentation ' => true ,
298
298
'modernize_strpos ' => [
299
- 'modernize_stripos ' => false ,
299
+ 'modernize_stripos ' => true ,
300
300
],
301
301
'modernize_types_casting ' => true ,
302
302
'multiline_comment_opening_closing ' => true ,
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ protected function expectedRules(): Rules
318
318
],
319
319
'method_chaining_indentation ' => true ,
320
320
'modernize_strpos ' => [
321
- 'modernize_stripos ' => false ,
321
+ 'modernize_stripos ' => true ,
322
322
],
323
323
'modernize_types_casting ' => true ,
324
324
'multiline_comment_opening_closing ' => true ,
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ protected function expectedRules(): Rules
319
319
],
320
320
'method_chaining_indentation ' => true ,
321
321
'modernize_strpos ' => [
322
- 'modernize_stripos ' => false ,
322
+ 'modernize_stripos ' => true ,
323
323
],
324
324
'modernize_types_casting ' => true ,
325
325
'multiline_comment_opening_closing ' => true ,
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ protected function expectedRules(): Rules
319
319
],
320
320
'method_chaining_indentation ' => true ,
321
321
'modernize_strpos ' => [
322
- 'modernize_stripos ' => false ,
322
+ 'modernize_stripos ' => true ,
323
323
],
324
324
'modernize_types_casting ' => true ,
325
325
'multiline_comment_opening_closing ' => true ,
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ protected function expectedRules(): Rules
319
319
],
320
320
'method_chaining_indentation ' => true ,
321
321
'modernize_strpos ' => [
322
- 'modernize_stripos ' => false ,
322
+ 'modernize_stripos ' => true ,
323
323
],
324
324
'modernize_types_casting ' => true ,
325
325
'multiline_comment_opening_closing ' => true ,
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ protected function expectedRules(): Rules
319
319
],
320
320
'method_chaining_indentation ' => true ,
321
321
'modernize_strpos ' => [
322
- 'modernize_stripos ' => false ,
322
+ 'modernize_stripos ' => true ,
323
323
],
324
324
'modernize_types_casting ' => true ,
325
325
'multiline_comment_opening_closing ' => true ,
You can’t perform that action at this time.
0 commit comments