Fork me on GitHub
a Sensio Labs Product

I ate three cookies πŸͺ (v3.40.2) edition

Rule no_closing_tagΒΆ

The closing ?> tag MUST be omitted from files containing only PHP.

ExamplesΒΆ

Example #1ΒΆ

--- Original
+++ New
 <?php
 class Sample
 {
-}
-?>
+}
\ No newline at end of file

Rule setsΒΆ

The rule is part of the following rule sets:

Source classΒΆ

PhpCsFixer\Fixer\PhpTag\NoClosingTagFixer