api-platform / core

The server component of API Platform: hypermedia and GraphQL APIs in minutes
https://api-platform.com
MIT License
2.45k stars 878 forks source link

fix: properly support phpstan/phpdoc-parser 2 #6789

Closed xabbuh closed 1 week ago

xabbuh commented 1 week ago
Q A
Branch? 3.4
Tickets Closes https://github.com/phpDocumentor/ReflectionDocBlock/pull/386#issuecomment-2470567171
License MIT
Doc PR
soyuka commented 1 week ago

Thanks @xabbuh aren't tests failures related to that? Do you know where to look for this failure? I would like to release a fix tomorrow.

xabbuh commented 1 week ago

The PHPUnit tests now pass given that Symfony releases fixing support for phpstan/phpdoc-parser are out.

I am not sure about the failing Behat jobs though.

soyuka commented 1 week ago

thanks @xabbuh !