Skip to content
GitLab
Explore
Sign in
Register
Remove comma from method syntax
Instead of
$method(input, arg1 arg2 arg3)
It should be
$method(arg1 arg2 arg3)