Kevin Pfeifer
Kevin Pfeifer
This ONLY happens if you login via QR Code. Just successfully added my accounts via normal username + password login.
Just looked through the other issues and this is related to phpstan not supporting trait methods via DynamicReturnTypeExtension https://github.com/phpstan/phpstan/issues/5761
yea, i have always defaulted to `$this->getTableLocator()->get('MyModel')` till now 😁 But it was a question recently in our slack support chat so I just opened this issue so it is...
I am able to reproduce your problem, but only with "larger" codebases, not smaller plugins. Looking at your error message it could only be caused by [this exception](https://github.com/rectorphp/rector/blob/main/vendor/symplify/easy-parallel/src/ValueObject/ProcessPool.php#L31) I am...
This would require separate ruleset and adjusted docs since it needs to be applied to the `tests` folder, not the `src` folder
Cool that you do it but at least in our docs we reference that these rules should only be applied to the `src` directory. https://book.cakephp.org/5/en/appendices/5-0-upgrade-guide.html Also parsing unnecessary files in...
Then the docs are 100% not clear, agreed
Could also be the fact that I never had something inside tests which would have automatically be fixed via the rector tool.... could also be how I write my tests......
Just had the same issue here after updating to 24.05 ``` > @php artisan cache:clear ERROR Failed to clear cache. Make sure you have the appropriate permissions. > @php artisan...
Thats because https://github.com/cakephp/debug_kit/blob/5.x/src/Panel/SqlLogPanel.php#L57 only fetches the write role, not the read role. Will have to tackle this later.