Is it possible to fix the deprecations due to the event listeners? Starting with CakePHP 5.2 event listeners should no longer return values ([here]( https://book.cakephp.org/5/en/orm/table-objects.html#beforefind) and [here]( https://book.cakephp.org/5/en/appendices/5-2-migration-guide.html#event)). Thanks.
Is it possible to fix the deprecations due to the event listeners?
Starting with CakePHP 5.2 event listeners should no longer return values (here and here).
Thanks.