saeideng
saeideng
if this is expected only add a note to top of method change that is not BC I just want to know this will not change for avoid duplicating with...
>Is there any way to configure the maximum retry count via bootstrap.php or wherever? no :) https://github.com/lorenzo/cakephp-email-queue/blob/b3d2e7b9a3cf249828c1ba996d7915302dc78317/src/Model/Table/EmailQueueTable.php#L103
when you have several application with different requirements you need to have several version of a tool for example about `phpunit` that there are applications that phpunit requirement at them...
we can keep 3.x until end of life it , then moving to `3.x` branch to archive - 3.x | 4.x | 5.x | [plugin](https://github.com/) - plugin for ... -...
> Can't this be done using the AuthorizationMiddleware exception handling? > Is a simple string enough, or do we need Router support? Router support will available after merging #192 so...
do we need move all configs from `AuthorizationMiddleware` to `AuthorizationService` or only the `unauthorizedHandler` ? my opinion : moving all
> > my opinion : moving all > > Would you also be moving all the logic related to these options to the service as well? not sure , but...
@it-mob Admad meant you have to add testCase like these https://github.com/UseMuffin/Webservice/tree/master/tests/TestCase so that this helps to ensure that this change works well now and in future
probably something that fixed in phpstan and now should not be this error in ignore list you can remove this error from `/phpstan.neon` file
>Do we support middleware in plugins? I really want this feature :) don't worry , you have it :) only add your middleware ```php namespace YourPluginName; use Cake\Core\BasePlugin; /** *...