Kunstmaan / KunstmaanBundlesCMS

An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
https://kunstmaancms.be
MIT License
406 stars 188 forks source link

[GeneratorBundle] Mark all generator classes as internal #3465

Closed acrobat closed 1 week ago

acrobat commented 1 week ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets

The generator classes were already considered internal and should not be used by end-users. Only the output should be used. We mark them internal so it is easier to do changes to these classes, forexample for Symfony 7 support.