12 lines
333 B
PHP
12 lines
333 B
PHP
<?php
|
|
|
|
/** @generate-function-entries */
|
|
|
|
/**
|
|
* These methods will be added to a class at runtime
|
|
* @undocumentable
|
|
*/
|
|
class ZendTestTmpMethods {
|
|
public function testTmpMethodWithArgInfo(Foo|Bar|null $tmpMethodParamName = null, string $tmpMethodParamWithStringDefaultValue = "tmpMethodParamWithStringDefaultValue"): void {}
|
|
}
|