Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit e1f0d02

Browse files
committed
#41 correcting constructor argument documentation for AbstractTypeableTag which, supports string|string[]
1 parent ae7ba33 commit e1f0d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Generator/DocBlock/Tag/AbstractTypeableTag.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ abstract class AbstractTypeableTag extends AbstractGenerator
2929
protected $types = [];
3030

3131
/**
32-
* @param array $types
33-
* @param string $description
32+
* @param string|string[] $types
33+
* @param string $description
3434
*/
3535
public function __construct($types = [], $description = null)
3636
{

0 commit comments

Comments
 (0)