Olivier Massot
Olivier Massot
It would be a useful feature to allow to disable the heartbeat. Mercure allows to do so in the hub config : So if you can disable it in the...
I use this VH in the backend to display a preview of the carousel images, shouldn't I? I agree on the fact that it's obviously better to directly pass the...
a good way to achieve this would be to change the format of the project file (.msk file) to a format like xml. That way you could use the versionning...
Done, here is the PR : https://github.com/doctrine/orm/pull/11896
@beberlei I'm not sure about the static analysis, but it would certainly be more dev-friendly. In the current state, the dev only receives an AssertionError stating : assert($mapping instanceof ManyToManyOwningSideMapping)...
@greg0ire Yeah, you're right :) I was upgrading a legacy project, with hundreds of relations, and encountered this assertion error. I had to resort to using xdebug to find the...
@beberlei Oh right, sorry, I just realized what you meant to say, that these asserts were to quiet phpstan or whatever to complaining. Sorry for the hasty reply. Well, like...
Done, I've added two unit tests for each of the new exceptions, just waiting for the CI to run