Open michnovka opened 4 weeks ago
Hey @michnovka, can you reproduce the issue on https://psalm.dev? These will be used as phpunit tests when implementing the feature or fixing this bug.
This issue does not apply to psalm syntax check, but rather dependencies
@michnovka work has started here: https://github.com/vimeo/psalm/pull/11035
Because of psalm depending on
nikic/php-parser
^4.17.0
, I cannot use phpunit 11, as that requires"phpunit/php-code-coverage": "^11.0.6"
which in turn requires"nikic/php-parser": "^5.1.0"
The conflict I have is clear here: