HypeMC
HypeMC
> Needs priority test with `OrderedTypesFixer`. @kubawerlos Done.
> I don't understand why this PR keeps "DNF" notation everywhere, while it should focus on "union". DNF is a subset of union, because it's a union type where one...
@Crell While I agree with you that most of the time there's probably a better way to do this, it would still be good to have this documented as I...
@cmb69 Good point, removed https://github.com/php/doc-en/compare/146e4425160cfbe3ca5db0fd971f19e53398be6e..5e5166663a1cbad952cb6c0acae30095e1d016bc
Looks like a bug in the docs https://github.com/symfony/symfony-docs/issues/15402, this works just fine: ```php
I haven't gone through all the cases, but if you look at the actual queries it makes sense, e.g. case 2.1: ```sql SELECT t0.name AS name_1, t0.id AS id_2, t0.parent_id...
> I'm curious, how does one find this in the docs? Good question, not sure what the answer is. The option is mentioned [here](https://symfony.com/doc/6.2/doctrine.html#automatically-fetching-objects-entityvalueresolver), but I knew about it from...
> Calling https://127.0.0.1:8002/case4/1/2, the $child is populated even though I didn't ask for it. That's odd, I'm getting `null` with `auto_mapping: false`.
> I kinda get the problem you're trying to solve but IMO the solution is a bit unclear. Are those auto excluded channels excluded from all handlers, or only those...
I've updated the PR according to my proposal.