mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-12 03:50:22 +00:00
The `private` modifier doesn't affect class methods. Class methods have to be declared as private separately. Also using more guard clauses, brackets and linebreaks.