Closed simonorono closed 1 year ago
Patch coverage: 100.00%
and no project coverage change.
Comparison is base (
0cdb162
) 93.46% compared to head (ea2986a
) 93.46%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Nice thanks, do you think you could also update addSplitItem
in the same manner?
Nice thanks, do you think you could also update
addSplitItem
in the same manner?
Just did it.
Thanks @simonorono !
While working on a personal project I was structuring all actions to be callable objects (using the
__invoke
method) and stumbled upon theaddSubMenu
method not accepting them as a callback. This PR modifies the argument type so it accepts any callable as defined here