symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.91k stars 213 forks source link

Modernize strpos #553

Closed MathiasReker closed 1 year ago

MathiasReker commented 2 years ago

Replace strpos() calls with str_starts_with() or str_contains() if possible.