
no_closing_tag
¶The closing ?>
tag MUST be omitted from files containing only PHP.
--- Original
+++ New
<?php
class Sample
{
-}
-?>
+}
\ No newline at end of file
The rule is part of the following rule sets:
Using the @PER rule set will enable the no_closing_tag
rule.
Using the @PSR2 rule set will enable the no_closing_tag
rule.
Using the @PSR12 rule set will enable the no_closing_tag
rule.
Using the @PhpCsFixer rule set will enable the no_closing_tag
rule.
Using the @Symfony rule set will enable the no_closing_tag
rule.