phpro / grumphp

A PHP code-quality tool
MIT License
4.15k stars 434 forks source link

Apply str_contains to replace the strpos usage #1112

Closed peter279k closed 1 year ago

peter279k commented 1 year ago
Q A
Branch v2.x
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Documented? no
Fixed tickets comma-separated list of tickets fixed by the PR, if any

Apply using the str_contains function to replace the strpos function usage.

New Task Checklist:

veewee commented 1 year ago

Thanks