PHP has various language constructs such as echo and require which can be called with or without parentheses. For example, echo "Foo"; and echo("Foo"); are equivalent. We should add a linter rule to ArcanistXHPASTLinter which favors the parenthesis being omitted.