Skip to content

Commit 27a8a14

Browse files
committed
fix tags
1 parent 9d9b088 commit 27a8a14

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/TypeResolver.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,6 @@ private function resolveCollection(\ArrayIterator $tokens, Type $classType, Cont
462462
}
463463

464464
/**
465-
* @param Object_ $object
466-
* @param Type $valueType
467465
* @param Type|null $keyType
468466
* @return Collection
469467
*/

src/Types/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class Collection extends AbstractList
3434
/**
3535
* Initializes this representation of an array with the given Type or Fqsen.
3636
*
37-
* @param phpDocumentor\Reflection\Fqsen|null $fqsen
37+
* @param Fqsen|null $fqsen
3838
*/
3939
public function __construct(Fqsen $fqsen = null, Type $valueType, Type $keyType = null)
4040
{

0 commit comments

Comments
 (0)