no_empty_comment
There should not be any empty comments.
--- Original +++ New <?php -// -# -/* */ + + +
The rule is part of the following rule sets:
Using the @PhpCsFixer rule set will enable the no_empty_comment rule.
Using the @Symfony rule set will enable the no_empty_comment rule.