We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ded26a commit b9fe30fCopy full SHA for b9fe30f
lib/ModernTribe/ruleset.xml
@@ -88,6 +88,11 @@
88
<rule ref="Generic.NamingConventions.ConstructorName"/>
89
<!-- Forbid deprecated functions -->
90
<rule ref="Generic.PHP.DeprecatedFunctions"/>
91
+ <!-- Disable short echo tags. <?= $var; ?> -->
92
+ <rule ref="Generic.PHP.DisallowShortOpenTag.EchoFound">
93
+ <severity>4</severity>
94
+ <type>warning</type>
95
+ </rule>
96
97
<!-- Slevomat class formatting -->
98
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses"/>
0 commit comments