========================== Rule ``phpdoc_no_package`` ========================== ``@package`` and ``@subpackage`` annotations should be omitted from PHPDoc. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New @@ -1,9 +1,7 @@