Skip to content

Commit df7e783

Browse files
committed
Fix linter issues
1 parent cadd16a commit df7e783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DocBlock/Description/TaggedDescriptionInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface TaggedDescriptionInterface extends
2626
* {@see \TypeLang\PHPDoc\DocBlock\Polyfill\Description\TaggedDescriptionInterface} in the order in which these
2727
* elements are defined.
2828
*
29-
* @var DescriptionInterface
29+
* @var iterable<array-key, DescriptionInterface|TagInterface>
3030
*
3131
* @readonly
3232
*/

0 commit comments

Comments
 (0)