Jonas Renggli
|
be17698320
|
[php-flight] fix: remove trailing spaces (#21254)
According to the Guidelines for Contributing
(https://github.com/OpenAPITools/openapi-generator/blob/master/CONTRIBUTING.md)
generated PHP code should conform to PSR-12
(https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md).
There are some minor violations regarding the following rule
> There MUST NOT be trailing whitespace at the end of lines.
This change removes trailing spaces in generated code.
|
2025-05-11 22:32:27 +08:00 |
|
Daniel Schreiber
|
9db0e3237c
|
[php-flight] fix: always set http status in streaming response and use http status from spec (#18604)
This additionally adds streaming stubs for all methods (rather err on the side of too much stubs).
|
2024-05-08 14:26:41 +08:00 |
|
William Cheng
|
5f136557ba
|
update php samples
|
2024-04-29 09:38:58 +08:00 |
|
Daniel Schreiber
|
7070255dc5
|
[php-flight] fix: parsing class/enum models (#18528)
|
2024-04-29 09:32:12 +08:00 |
|
Daniel Schreiber
|
2217a7b0f2
|
feat: simple/experimental generator for flight-php server framework (#18406)
* feat: simple/experimental generator for flight-php server framework
* fix: update php-flight samples and add php-flight to integration tests
* feat: adding path to method doc
|
2024-04-21 23:56:59 +08:00 |
|