mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Also check if it is not already absolute
This commit is contained in:
@@ -151,7 +151,7 @@ class Collection extends \ArrayObject
|
|||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->shouldBeAbsolute($type)){
|
if($this->isRelativeType($type) && $this->shouldBeAbsolute($type)){
|
||||||
return self::OPERATOR_NAMESPACE . $type;
|
return self::OPERATOR_NAMESPACE . $type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user