phpro / grumphp

A PHP code-quality tool
MIT License
4.11k stars 429 forks source link

Apply str_contains to replace the strpos usage #1112

Closed peter279k closed 9 months ago

peter279k commented 9 months 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 9 months ago

Thanks