aboutsummaryrefslogtreecommitdiff
path: root/phpcs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpcs.xml')
-rw-r--r--phpcs.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpcs.xml b/phpcs.xml
index fba5624a8..9bea1f3ad 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -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"/>