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 50f4d99 commit d4b2c1fCopy full SHA for d4b2c1f
src/main/php/lang/ast/syntax/php/Generics.class.php
@@ -85,7 +85,7 @@ public static function typename($type, $enclosing, $literal= false) {
85
} else if ('self' === $type->literal || 'static' === $type->literal) {
86
return $enclosing->name->name();
87
} else if ('parent' === $type->literal) {
88
- return $enclosing->parent->name->name();
+ return $enclosing->parent->name();
89
} else if (
90
$enclosing->name instanceof IsGenericDeclaration &&
91
in_array($type->literal(), $enclosing->name->components())
0 commit comments