/**
* {METHOD_COMMENT}
* return array
*/
public function {METHOD_NAME}(): array
{
return [
{LIST}
];
}