Antonino Caccamo

Results 2 issues of Antonino Caccamo

**Description** It would be great to be able to define the output DTO within a `@ApiSubresource`. **Example** ``` /** * @ORM\OneToOne(targetEntity="TargetEntity", mappedBy="sourceEntity") * @ApiSubresource(output=DTO\SubresourceOutput::class) */ private TargetEntity $target; ```

Hello, why is xdebug enabled only for fpm runtimes? It would be great to have it on php runtimes too, to debug easily complex event-driven functions

enhancement