Skip to content

Commit 90b6881

Browse files
kkmuffmekukulich
authored andcommitted
Remove wrong and irrelevant docs
1 parent d24deb2 commit 90b6881

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/commenting.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ Sniff provides the following settings:
115115

116116
* `traversableTypeHints`: enforces which typehints must have specified contained type. E.g. if you set this to `\Doctrine\Common\Collections\Collection`, then `\Doctrine\Common\Collections\Collection` must always be supplied with the contained type: `\Doctrine\Common\Collections\Collection|Foo[]`.
117117

118-
This sniff can cause an error if you're overriding or implementing a parent method which does not have typehints. In such cases add `@phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint` annotation to the method to have this sniff skip it.
119-
120118
#### SlevomatCodingStandard.Commenting.UselessInheritDocComment 🔧
121119

122120
Reports documentation comments containing only `{@inheritDoc}` annotation because inheritance is automatic, and it's not needed to use a special annotation for it.

0 commit comments

Comments
 (0)