You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* TODO check if generated return container type is valid
66
66
{{/returnContainer}}
67
-
* @return {{returnType}}
67
+
* @return {{{returnType}}}
68
68
{{/returnType}}
69
69
*/
70
70
public function {{operationId}}(ServerRequestInterface $request){{#returnType}}: {{#returnContainer}}array{{/returnContainer}}{{^returnContainer}}{{returnType}}{{/returnContainer}}{{/returnType}}
0 commit comments