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