maker-bundle
maker-bundle copied to clipboard
Missmatch between PHPDoc and the reality on User::getRoles()
See description in #1652
Thanks for digging into this @Curryed.
What about removing the @return docblock and just letting the UserInterface dictate? I typically never override docblocks from interfaces/abstract classes (unless required) but maybe I'm in the minority?
Sure! If that's the way you usually go for 😁
I updated the it removing the @return :)
Thank you @Curryed.