There should not be any empty comments.
--- Original
+++ New
@@ -1,4 +1,4 @@
<?php
-//
-#
-/* */
+
+
+
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.