Vincent Langlet

Results 816 comments of Vincent Langlet

This was already resolved by https://github.com/phpstan/phpstan-src/pull/2975 (which closed https://github.com/phpstan/phpstan/issues/10057) and could be closed then @ondrejmirtes

Hi, when opening an issue, it always useful to fill correctly the template. #### Sonata packages show ``` $ composer show --latest 'sonata-project/*' # Put the result here. ``` ####...

Thanks, it's more an issue with SonataPage then, and the way the serializer works. Certainly related to https://github.com/sonata-project/SonataPageBundle/pull/1522 cc @Hanmac

> (i don't have Sonata Page Project at the moment) I never used it , but maybe @mesiarm can help you about a reproducer

The issue https://github.com/symfony/symfony/issues/54477 is solved ; does it solve your issue ?

Friendly ping @nunomaduro @gehrisandro, Is something missing for a review ? Since https://github.com/openai-php/client/pull/287 got interest but no reaction, I'm trying to moving it forward with smaller PR. Please tell me...

Anyway to move forward this PR @gehrisandro @nunomaduro ? Thanks a lot

Hi @iBotPeaches, thanks for your review. My main goal is - to update the phpdoc from the method of this repository to add `@throws` - Regroup all the exceptions with...

@iBotPeaches I rebased so you can approval the workflow run. Also I'll wait for your decision if you prefer a baseException or an Interface

> * UnreadableResponse exception - what is use-case for this? I'd argue the issues we have right now is the code is actually crashing when its not json. I'd argue...