mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-21 09:42:45 +01:00
Fix typo in StrStartsWithRector code sample
This commit is contained in:
parent
80f429b5b7
commit
b118a18642
@ -58,7 +58,7 @@ class SomeClass
|
||||
{
|
||||
$isMatch = str_starts_with($haystack, $needle);
|
||||
|
||||
$isMatch = ! str_starts_with($haystack, $needle);
|
||||
$isNotMatch = ! str_starts_with($haystack, $needle);
|
||||
}
|
||||
}
|
||||
PHP
|
||||
|
Loading…
x
Reference in New Issue
Block a user