Skip to content

Commit 2feebc7

Browse files
ArshidArshid
authored andcommitted
MbStrContainsRector
1 parent bd9131e commit 2feebc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Php80/Rector/NotIdentical/MbStrContainsRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class SomeClass
5555
{
5656
public function run()
5757
{
58-
return strpos('abc', 'a') !== false;
58+
return mb_strpos('abc', 'a') !== false;
5959
}
6060
}
6161
CODE_SAMPLE

0 commit comments

Comments
 (0)