
no_closing_tag
¶The closing ?>
tag MUST be omitted from files containing only PHP.
--- Original
+++ New
@@ -1,5 +1,4 @@
<?php
class Sample
{
-}
-?>
+}
\ No newline at end of file
The rule is part of the following rule sets:
Using the @PSR12 rule set will enable the no_closing_tag
rule.
Using the @PSR2 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.