phpdoc_tag_casing
Fixes casing of PHPDoc tags.
tags
List of tags to fix with their expected casing.
Allowed types: array
array
Default value: ['inheritDoc']
['inheritDoc']
Default configuration.
--- Original +++ New <?php /** - * @inheritdoc + * @inheritDoc */
With configuration: ['tags' => ['foo']].
['tags' => ['foo']]
--- Original +++ New <?php /** * @inheritdoc - * @Foo + * @foo */