Skip to content

Commit f2e13c5

Browse files
committed
fix tags
1 parent c7db5f5 commit f2e13c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/TypeResolver.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ private function resolveTypedObject($type, Context $context = null)
388388
/**
389389
* Resolves the collection values and keys
390390
*
391-
* @return Array_|\Collection
391+
* @return Array_|Collection
392392
*/
393393
private function resolveCollection(\ArrayIterator $tokens, Type $classType, Context $context)
394394
{
@@ -462,6 +462,8 @@ private function resolveCollection(\ArrayIterator $tokens, Type $classType, Cont
462462
}
463463

464464
/**
465+
* @param Object_ $object
466+
* @param Type $valueType
465467
* @param Type|null $keyType
466468
* @return Collection
467469
*/

0 commit comments

Comments
 (0)