`SlevomatCodingStandard.Commenting.UselessInheritDocComment` Force `{inheritdoc}` and any other variant to not be present. Inheritance is always implied, no need for redundant doc blocks. https://github.com/slevomat/coding-standard/blob/master/doc/commenting.md#slevomatcodingstandardcommentinguselessinheritdoccomment- Autofixable.