psalm / psalm-plugin-symfony

Psalm Plugin for Symfony
MIT License
228 stars 53 forks source link

Extended `RequiredSetterHandler` to also check for attributes #312

Closed UlrichThomasGabor closed 1 year ago

UlrichThomasGabor commented 1 year ago

Symfonys autowiring feature can be used with attributes in comparison to PhpDoc, therefore the RequiredSetterHandler handler should check for that alternative too.