I'm having issues with my event listeners not returning strings but instead returning Cake\Event\Event thus throwing an error when I try and echo them:
Object of class Cake\Event\Event could not be converted to string
I went back to your docs and followed your hello world example and that also throws the same error.
Is this expected behaviour now? Do I need to echo out the ->result from now on?
Cakes own Event doc talks about returning the Event for callback reasons.
If this is a bug rather than me doing something wrong I'll create an issue on github
Thanks,
Paul