Marco Pivetta
Marco Pivetta
3.x includes this by replacing the UoW instance altogether On 7 Feb 2018 01:07, "Josh England" wrote: > @ahonnecke It required overriding the > MetadataFactory, ProxyFactory, and UnitOfWork. The main...
No, on a closed entity manager, you need to get rid of **EVERYTHING**. Your `$project` there could al ready be in inconsistent state.
It's more about directing pre-existing search results to the right ones: aliases, if you wish to call them that.
This looks like a much better approach than the one we discussed before: nice!
Assuming doctrine/dbal#3424 can target `2.9.3`, we need to bump the dependency constraint here. Since we can only bump it in a minor release, and 2.7 is closed for improvements (besides...
Can't merge in older versions due to the dependency bump, and dependency bumps are off-limits for patch releases, unless it's a security issue.
Have you tried `->withHeader('typ', 'something-else')`? It is overwritten that way, AFAIK https://github.com/lcobucci/jwt/blob/5494ca9d06db2e2b606ab0c8587af2572dca2310/src/Token/Builder.php#L70-L76
When 8.4 is added to CI
@MatteoFeltrin is it possible to declare the property as templated too? `Property Doctrine\ORM\QueryBuilder::$parameters`? Moving at class level could be a bit of a mess :thinking: Alternatively, suppress inline, for now?
`@psalm-external-mutation-free` is not related to this issue: the problem is not around mutation semantics, but just type inference. This is generally a big topic in both Psalm and PHPStan BTW:...