Added missing string return type for QualfiedName#getResolvedName

This commit is contained in:
dantleech 2018-07-27 08:59:35 +02:00
Родитель 5123f9c190
Коммит fc3373c203
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -75,7 +75,7 @@ class QualifiedName extends Node implements NamespacedNameInterface {
* - name resolution is not valid for this element (e.g. part of the name in a namespace definition)
* - name cannot be resolved (unqualified namespaced function/constant names that are not explicitly imported.)
*
* @return null|ResolvedName
* @return null|string|ResolvedName
* @throws \Exception
*/
public function getResolvedName($namespaceDefinition = null) {