diff options
Diffstat (limited to 'classes/RSSUtils.php')
| -rw-r--r-- | classes/RSSUtils.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/classes/RSSUtils.php b/classes/RSSUtils.php index 3ede6bf3e..b68f7e296 100644 --- a/classes/RSSUtils.php +++ b/classes/RSSUtils.php @@ -1514,10 +1514,11 @@ class RSSUtils { } */ /** + * @todo rename this method to indicate it returns the filter actions that should be ran * @param array<int, array<string, mixed>> $filters * @param array<int, string> $tags - * @param array<int, array<string, mixed>>|null $matched_rules - * @param array<int, array<string, mixed>>|null $matched_filters + * @param array<int, array<string, mixed>>|null &$matched_rules + * @param array<int, array<string, mixed>>|null &$matched_filters * * @return array<int, array<string, string>> An array of filter action arrays with keys "type" and "param" */ |