Skip to content

Instantly share code, notes, and snippets.

@SuperOleg39
Last active September 22, 2018 14:38
Show Gist options
  • Select an option

  • Save SuperOleg39/1acf18c04b900e898da33c870983508f to your computer and use it in GitHub Desktop.

Select an option

Save SuperOleg39/1acf18c04b900e898da33c870983508f to your computer and use it in GitHub Desktop.
public function isBrowser()
{
$arguments = func_get_args();
return $this->browserDetector->isBrowser(...$arguments);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment