Skip to content

Commit 08e8b8f

Browse files
committed
fix tags
1 parent 0cdd493 commit 08e8b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TypeResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function resolve($type, Context $context = null)
124124
/**
125125
* Analyse each tokens and creates types
126126
*
127-
* @param ArrayIterator $tokens the iterator on tokens
127+
* @param \ArrayIterator $tokens the iterator on tokens
128128
* @param int $parserContext on of self::PARSER_* constants, indicating
129129
* the context where we are in the parsing
130130
* @return Type
@@ -251,7 +251,7 @@ private function parseTypes(\ArrayIterator $tokens, Context $context, $parserCon
251251
* resolve the given type into a type object
252252
*
253253
* @param string $type the type string, representing a single type
254-
* @return Type|\Array_|\Object_
254+
* @return Type|Array_|Object_
255255
*/
256256
private function resolveSingleType($type, Context $context)
257257
{

0 commit comments

Comments
 (0)