We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f4776 commit cea774cCopy full SHA for cea774c
1 file changed
tests/PHPStan/Rules/PhpDoc/data/invalid-inherit-doc-tag.php
@@ -324,7 +324,7 @@ public function baseMethod(): int;
324
325
}
326
327
-class InheritDocInsideBackticks
+class InheritDocMentionedInDescription
328
{
329
330
/**
@@ -335,4 +335,12 @@ public function methodWithInheritDocInBackticks(): int
335
return 0;
336
337
338
+ /**
339
+ * Foo @inheritDoc
340
+ */
341
+ public function methodWithInheritDocInTextNotAtLineStart(): int
342
+ {
343
+ return 0;
344
+ }
345
+
346
0 commit comments