SyntaxFix
Write A Post
Hire A Developer
Questions
As th function is not using $this at all, you can add a static keyword just after public and then call
$this
static
Functions::filter($_GET['params']);
Avoiding the creation of an object just for one method call