You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[12.x] Handle Null Check in Str::contains (#55991)
* [12.x] Handle Null Check in Str::contains
This PR adds a null check to the $haystack parameter. Null values for this parameter have been deprecated.
* [12.x] Micro-optimize Str::startsWith and Str::endsWith
Return earlier if $haystack is null
0 commit comments