Tom H Anderson
Tom H Anderson
I put together a 2.0 version with your version of Laravel and can't reproduce. I really think you've got configuration somewhere that you haven't listed here.
Thanks @vincent-eleanor-wine . I'm new to administering this project so please work with me to figure this out. I think duplicating this is key to fixing it. And I think...
This is where the `doctrine` auth provider is configured: https://github.com/laravel-doctrine/orm/blob/3.0.x/src/DoctrineServiceProvider.php#L253-L277
@dretsa If you get around to a PR (if, in fact, this repo is the problem and not Laravel), I will look forward to it.
If you take out the assertion, does it work? There is this line too that expects the target: https://github.com/doctrine/doctrine-laminas-hydrator/blob/81ee8121f42dcc0b6f39e08dce56b10baf6fb95f/src/DoctrineObject.php#L373
You're right, they aren't related to your change. This is probably due to a fluid phpstan version. I'll look into them.
This is the last CI run on the 2.0 branch: https://github.com/laravel-doctrine/orm/actions/runs/11431449791 The logs have expired. There are a couple things that could be done: * Fix the PHPStan issues *...
Can you give a PR on this? Target the 3.0.0-dev branch.
This could be a welcome fix. Care to try the 3.0.0-dev branch?
@joshmurrayeu I don't think 3.0.0 will fix this issue. I like the idea of not including failing middleware based on environment. Coverage is a special case.