added return type to Method class
This commit is contained in:
@ -64,6 +64,8 @@ class XmlFileLoader extends FileLoader
|
||||
$method->getArguments()->add($this->parseArgument($argument));
|
||||
}
|
||||
|
||||
$method->setReturn($this->parseType($node->return->type));
|
||||
|
||||
return $method;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user