Closed Adrixan closed 6 years ago
Hey 👋 and thank you for your contribution.
Overall there is a 👍 from me for this PR. But I'm not so happy with new Helper
class. We moved the methods into the controller so we can made them private and can refactor them in the future without BC breaks.
Because the new FeedController
needs some of the methods you should move them into the ControllerAbstract
and set them to protected. Can you please do this?
If this was done I will fix the code styling in all classes to PSR-2 and release v0.6. 🍻
Thanks for the feedback! I'll see that I have the refactoring done by the end of the weekend. :)
All done! :)