erikn69
erikn69
Hi @cwdt @maxxscho, please try #1701
The third argument must be sent as `false`, by default it is `true`, basically you have to force the printing of html, also this package should only be used for...
You could also use the third argument to indicate that it should be formatted to a specific lang for highlightjs, here is an example indicating `xml` ```php ->addMessage("\n\n\tR\n\t0000\n\tBM SA\n\t2025\n\t01\n", 'data',...
I don't use Doctrine, but I asked ChatGPT and it generated a middleware that would replicate the original functionality, I wouldn't know if it's the best method, it looks quite...
Try [php-debugbar/doctrine-bridge/v2.0.0-beta1](https://github.com/php-debugbar/doctrine-bridge/releases/tag/v2.0.0-beta1)
Try [php-debugbar/doctrine-bridge/v2.0.0-beta1](https://github.com/php-debugbar/doctrine-bridge/releases/tag/v2.0.0-beta1)
>Would it make more sense to create php-debugbar/doctrine-bridge or something? Maybe, but since there was already support for 2x I thought about adding it here. In that case, shouldn't all...
In my opinion, the only thing that saves this type of thing is that it is not a production package, you can adapt it to your local environment in your...
>New way is not worse performance-wise right? That shouldn't be the case, but try it and tell us, I don't use Doctrine, I'm just trying to help
Ok, I'll take a look at it.