phpstan / phpstan-symfony

Symfony extension for PHPStan
MIT License
698 stars 89 forks source link

Extend Serializer stubs #353

Closed NicoHaase closed 1 year ago

NicoHaase commented 1 year ago

Since https://github.com/symfony/symfony/pull/43982, some interfaces from symfony/serializer can use an additional $context array. This PR extends the stubs, such that everyone can resolve the deprecation messages in their code without manually declaring the type of $context

ondrejmirtes commented 1 year ago

Thank you!