mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-01 10:45:39 -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