Final phpdoc fixes
This commit is contained in:
parent
bbb908ac68
commit
e3f6774588
@ -159,10 +159,6 @@ class AnnotationsBuilder
|
|||||||
if (isset($ignoreMethods[$name])) {
|
if (isset($ignoreMethods[$name])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$originalName = $name;
|
|
||||||
if ($originalName === 'loop_async') {
|
|
||||||
$originalName = 'loop';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($name == 'method_call_async_read') {
|
if ($name == 'method_call_async_read') {
|
||||||
$name = 'method_call';
|
$name = 'method_call';
|
||||||
@ -234,7 +230,7 @@ class AnnotationsBuilder
|
|||||||
$paramList = $hasVariadic ? "Tools::arr($paramList)" : "[$paramList]";
|
$paramList = $hasVariadic ? "Tools::arr($paramList)" : "[$paramList]";
|
||||||
|
|
||||||
$doc .= "\n{\n";
|
$doc .= "\n{\n";
|
||||||
$doc .= " return \$this->__call('$originalName', $paramList);\n";
|
$doc .= " return \$this->__call(__FUNCTION__, $paramList);\n";
|
||||||
$doc .= "}\n";
|
$doc .= "}\n";
|
||||||
|
|
||||||
$internalDoc['InternalDoc'][$name]['method'] = $method->getDocComment() ?? '';
|
$internalDoc['InternalDoc'][$name]['method'] = $method->getDocComment() ?? '';
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user