Patrick Kusebauch
Patrick Kusebauch
@brightbyte I took a look. And I think we should not only combine it with FileOccurence, but with DependencyType as well. So at the end you have just Depender, Dependent...
Naming is hard. I was never able to come up with better names. Other than maybe `dependencySource` and `dependencyTarget` I could not imagine better names. We used to have `depender`...
I will check it tonight.
Hi, there is no roadmap, but to get rid of the error we just meet to update nikic/php-parser. That should be super simple, maybe even a `composer update` might suffice....
Issue resolved.
Reopening as we now need to generate the dependencies from the types of constant.
Interesting idea. You could use the `layer` collector in your `must` clause in the use case you described.
No, I don't mind. If you don't mind potentially easing code it it gets rejected. I think it would help me to give a real life use case you have...
I see, makes sense, my idea was: ```yaml layers: - name: SpecialPages collectors: - type: bool must: - type: directory value: includes/specials must_not: - type: class value: MediaWiki\\SpecialPage\\SpecialPageFactory - type:...
Did you try upgrading to `v0.24.0`?