@package and @subpackage annotations must be removed from PHPDoc.
--- Original
+++ New
<?php
/**
* @internal
- * @package Foo
- * subpackage Bar
*/
class Baz
{
}The rule is part of the following rule sets:
- Fixer class: PhpCsFixer\Fixer\Phpdoc\PhpdocNoPackageFixer
- Test class: PhpCsFixer\Tests\Fixer\Phpdoc\PhpdocNoPackageFixerTest
The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.