1
0
Fork 0

remove redundant code

pull/550/head
Philip Nelson 2017-12-11 20:57:34 +11:00
parent f4648689da
commit 57bffdb1b0
1 changed files with 0 additions and 3 deletions

View File

@ -727,9 +727,6 @@ class DefinitionResolver
if ($def === null) { if ($def === null) {
return new Types\Mixed_; return new Types\Mixed_;
} }
if ($def->type instanceof Types\Self_) {
return new Types\Object_($classType->getFqsen());
}
return $def->type; return $def->type;
} }