Fix Javadoc documentation generator.
GitOrigin-RevId: efceeb0a6a33bc4261c2e7c6c354acb63ce90700
This commit is contained in:
parent
cc64bd168b
commit
157d3670ed
@ -26,7 +26,7 @@ class JavadocTlDocumentationGenerator extends TlDocumentationGenerator
|
||||
|
||||
protected function getClassName($type)
|
||||
{
|
||||
return implode(array_map(ucfirst, explode('.', trim($type, "\n ;"))));
|
||||
return implode(array_map('ucfirst', explode('.', trim($type, "\n ;"))));
|
||||
}
|
||||
|
||||
protected function getTypeName($type)
|
||||
|
Reference in New Issue
Block a user