Merge pull request #251 from dantleech/qualified_name_string_return
Added missing string return type for QualfiedName#getResolvedName
This commit is contained in:
Коммит
58814f104f
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче