PHPCSStandards / PHPCSExtra

A collection of code standards for use with PHP_CodeSniffer
GNU Lesser General Public License v3.0
90 stars 8 forks source link

:sparkles: New `Universal.PHP.LowercasePHPTag` sniff #276

Closed jrfnl closed 10 months ago

jrfnl commented 11 months ago

... to enforce that the "PHP" in a PHP open tag is lowercase.

Includes fixer. Includes unit tests. Includes documentation. Includes metrics.