Patrick Kusebauch

Results 127 comments of Patrick Kusebauch

@f3l1x So there is an issue. Doctrine will complain if your `EventManager` created for `Connection` and `EntityManager` are not one and the same https://github.com/doctrine/orm/blob/v2.7.2/lib/Doctrine/ORM/EntityManager.php#L904. Since this library is dependant on...

The way it works right now is ` php deptrac.php -fgraphviz-display` and not `php deptrac.php -f graphviz-display` (no space). This has been the way for a long time, I thought...

-v should be for verbosity, no?

What I am sure about is that in `dev-main` branch everything uses `deptrac`. What I am not sure about is when we made the change. I think there might be...

Well you are the go to Symfony guy for me for development of this repo. So I would defer to your judgement as to what is reasonably simple to implement.

Looking at the provided information, I will still have to make some assumptions, but if I am right, it would explain the result you are seeing. `App\Infra\BlaBlaModule` does not look...

I am taking a look. Having some trouble getting a " non-compiled" version running so that I can step through the deptrac code as it is generating the violations. But...

@barryvanveen I got it. The `Illuminate\Console\Signals` class is marked with the `@internal` annotation. Therefore any reference to it outside of the layer itself is always marked as a violation.

I would discourage you from extending classes and using traits across layers. Why? Well, what does it mean to do either of those things? It means the code in the...

The issue is that this script does not work on MAC OS. Might be worth mentioning.