PHP include
and related statements are not functions
#4252
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Type] Enhancement
A suggestion for improvement.
Issue Overview
The PHP
include
and related statements are not functions. They don't require parentheses, and adding them nevertheless just creates unnecessary extra processing.Expected Behavior
Include statements should be used without parentheses:
Current Behavior
The include statements use superfluous parentheses:
Possible Solution
Parentheses should be removed on include statements.
The text was updated successfully, but these errors were encountered: