sidux
sidux
Hi, I have some ideas if you approve of i will create a PR for it : - handle types by adding a `PhpType` interface that will be implemented by...
Fixes #1842
When using `AsyncApp` and a route returns an async generator I get the error : `AttributeError: 'coroutine' object has no attribute 'encode'` for example : ``` async def route(): async...
### Description given this following schema, sending an empty body doesn't trigger a validation error, the `required: true` is not taken into account it seems. ```yaml requestBody: required: true content:...
And is it possible to add support for this, since the logic already exists for printing informations
One feature that can reduce some boilerplate, is that we create automatically a service for each interface and point to the implementation automatically when **there is only one**. For example...
Since PHP 8.2 > The from_string and date_string properties were added for DateInterval instances that were created using the DateInterval::createFromDateString() method. When cloning this property is not taken into account...
### Symfony version(s) affected ^5.4 ### Description given the following example : ```php class DTO { ... public function withProp(string $prop) { ... } public function setProp(object $prop) { ......