OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.6k stars 6.29k forks source link

[php-slim4-server] fix php syntax error in RegisterRoutes class (missing semicolon) #18863

Closed tommyseus closed 1 month ago

tommyseus commented 1 month ago

Fixed a PHP Syntax Error (mssing semicolon) in the php-slim4-server templates.

PR checklist

@jebentier (2017/07), @dkarlovi (2017/07), @mandrean (2017/08), @jfastnacht (2017/09), @ybelenko (2018/07), @renepardon (2018/12)

@mvarchdev

wing328 commented 1 month ago

lgtm. thanks for the fix