mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-17 04:44:34 -04:00
Use variadic syntax instead https://php.net/manual/functions.arguments#functions.variable-arg-list And avoid dynamic functions names when possible to more easily identify calls and unused functions. Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103