PHPStan is not passing on develop #6999
Labels
priority: high
Issues which should be resolved as quickly as possible
type: bug
Indicates an unexpected problem or unintended behavior
Before submitting an issue please check that you’ve completed the following steps:
Describe the bug
PHPStan isn't passing anymore.
To Reproduce
No way to reproduce, except running
composer run-stan
.Expected behavior
No errors should happen with phpstan
Solution
We should add a
/* @phpstan-ignore-line */
to both errors as the reason is only because we are using theDOM
to process LRC and at the moment we are keeping other solutions in case.As this 2 others solutions aren't used, it detects these properties as not used.
The text was updated successfully, but these errors were encountered: