Fork me on GitHub
a Sensio Labs Product

BoY42 (v3.15.1) edition

Rule no_empty_comment

There should not be any empty comments.

Examples

Example #1

--- Original
+++ New
 <?php
-//
-#
-/* */
+
+
+

Rule sets

The rule is part of the following rule sets:

@PhpCsFixer

Using the @PhpCsFixer rule set will enable the no_empty_comment rule.

@Symfony

Using the @Symfony rule set will enable the no_empty_comment rule.

The logo is © 2010-2022 Sensio Labs