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