diff options
Diffstat (limited to 'phpcs.xml')
| -rw-r--r-- | phpcs.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -39,7 +39,9 @@ <!-- Do not add a space before a comma --> <!-- Add a space after a comma --> <rule ref="Generic.Functions.FunctionCallArgumentSpacing"/> - <rule ref="Generic.PHP.DisallowShortOpenTag" /> + <rule ref="Generic.PHP.DisallowShortOpenTag"> + <exclude name="Generic.PHP.DisallowShortOpenTag.EchoFound"/> + </rule> <rule ref="Generic.PHP.DeprecatedFunctions" /> <!-- Use UPPERCARE for constants --> <rule ref="Generic.NamingConventions.UpperCaseConstantName"/> |
