Files
newznab-tmux/app/Console/Commands
Kcchouette 062548f57a refactor: replace strpos with PHP 8.x string functions
- IRCClient: strpos(..., 'PONG') !== 0 → ! str_starts_with(...)
- IGDBService: strpos(, '//') === 0 → str_starts_with(...)
- Settings: strpos(, '.') !== false → str_contains(...)
- NntmuxCheckIndex: 3x strpos → str_contains

strpos with offset (YencService, MovieService, ReleaseRemoverService)
is left untouched as it is a legitimate use case.
2026-06-13 18:12:22 +02:00
..
2026-04-01 12:54:16 +02:00
2026-02-26 14:26:07 +01:00
2026-03-30 16:20:52 +02:00
2026-02-26 16:06:28 +01:00
2026-06-12 10:11:15 +02:00
2026-02-26 14:26:07 +01:00
2026-05-15 14:33:41 +02:00
2026-02-26 14:26:07 +01:00
2026-02-11 14:02:26 +01:00
2026-01-07 14:51:28 +01:00
2026-03-11 10:11:30 +01:00
2026-03-11 10:11:30 +01:00
2026-02-26 14:26:07 +01:00
2026-01-07 14:51:28 +01:00
2026-03-11 12:20:02 +01:00
2026-04-27 17:01:10 +02:00