Bart Reunes
Bart Reunes
What a coincidence, only encountered this just now as well :) Thanks for reporting it.
I saw #849. Here is a fairly simple example to trigger the uncovered type found in a `@phpstan-type` annotation. ```php
Sorry, I was not clear about it, this was only an example. Any other category could be picked, and would be as interesting an example. I was trying this package...
I played around some more, to try to put your suggestion to good use into a makefile in our CI: ``` COMPOSER_DEPENDENCY_ANALYSER_POSSIBLE_CATEGORIES:=shadow-deps unused-deps dev-in-prod-deps prod-only-in-dev-deps unknown-classes $(foreach category,$(COMPOSER_DEPENDENCY_ANALYSER_POSSIBLE_CATEGORIES),composer-dependency-analyser.$(category)):composer-dependency-analyser.%: @$(PHP) vendor/bin/composer-dependency-analyser...
`I dont really understand why would you ignore error that is not present at all` Because at the time I run the checks on CI, I'm not sure if the...
Btw, it's totally meant as feedback, not complaints, because this package rocks! We had an issue with a shadow dependency in our code suddenly vanishing because of upgrades, and this...
I do understand. Looking forward where the journey brings you :)
Encountering this now. Is there a way to avoid the prefix?
There seems to be a difference when adding `vars: *anchor` as a oneliner, and using `