webfactory / WebfactoryPolyglotBundle

Symfony bundle simplifying translations in Doctrine.
MIT License
3 stars 2 forks source link

Annotate classes to be `@final` #21

Closed mpdude closed 8 months ago

mpdude commented 8 months ago

This is a soft, friendly way to announce we're going to make classes final in the next major version. It should be picked up at least by tools like Psalm or decent IDEs.

All those classes were never meant to be extended or to be used as extension points, only it was not technically prohibited.