Daniel Opitz
Daniel Opitz
The `@inheritdoc` tag should actually refer to the DocBlock of the interface defined in PSR-7. Therefore, this seems redundant to me. https://www.php-fig.org/psr/psr-7/ ```php * @return null|array|object The deserialized body parameters,...
> might add "array|object|null" as a native return type declaration in the future I understand the idea to push the community to use more explicit types. But for this library...
As far as I know the (PHP) stream implementation is not designed for concurrent read/write operations because they share a single cursor. You may try a different approach with a...
I think this could be handled very easy with a custom middleware. Check for the response status code == 304 and return a response with an empty response body.
Hi @dakujem Thanks so much for your work on this! It’s been a while since we’ve seen any updates, so I’m going to close this PR for now just to...
This feature will added in Slim 5 as a new Middleware, see [here](https://github.com/odan/Slim/blob/5.x/Slim/Middleware/RoutingArgumentsMiddleware.php).
Thanks for your contribution. The thing is that the result ($total) is an absolute number to compare the performance of different servers. The idea is to not rate this result,...
Thank you for your investigation and feedback. You are welcome to create a PR. :-)
Hi @euantorano Yes, to make the TokenNameKey and TokenValueKey configurable would be the best solution. Until this is implemented, you may also use a custom middleware to copy the values...
The composer commands for Atlas are working as expected. Closing this as resolved. Thanks.