phpdoc_no_access
@access annotations should be omitted from PHPDoc.
@access
--- Original +++ New <?php class Foo { /** * @internal - * @access private */ private $bar; }
The rule is part of the following rule sets:
@PhpCsFixer
@Symfony