
full_opening_tag
¶PHP code must use the long <?php
tags or short-echo <?=
tags and not
other tag variations.
The rule is part of the following rule sets:
Using the @PER rule set will enable the full_opening_tag
rule.
Using the @PSR1 rule set will enable the full_opening_tag
rule.
Using the @PSR2 rule set will enable the full_opening_tag
rule.
Using the @PSR12 rule set will enable the full_opening_tag
rule.
Using the @PhpCsFixer rule set will enable the full_opening_tag
rule.
Using the @Symfony rule set will enable the full_opening_tag
rule.