We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bdc08 commit cdaa97eCopy full SHA for cdaa97e
src/phpDocumentor/Reflection/DocBlock/Type/Collection.php
@@ -208,7 +208,7 @@ protected function expand($type)
208
}
209
210
if ($this->isRelativeType($type) && !$this->isTypeAKeyword($type)) {
211
- $type_parts = explode(self::OPERATOR_NAMESPACE, $type);
+ $type_parts = explode(self::OPERATOR_NAMESPACE, $type, 2);
212
213
// if the first segment is not an alias; prepend namespace name and
214
// return
0 commit comments