georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
264 stars 358 forks source link

[TASK] Change method visibility #2290

Open KrohnMi opened 9 months ago

KrohnMi commented 9 months ago

I'm having trouble understanding why the methods were set as protected. The class is declared as final, which means it cannot be extended. Additionally, I don't see any calls to these methods within the class itself.