coding-standards
coding-standards copied to clipboard
[TASK] Update rules
Could failing (of the first failing test) be related to this: https://github.com/phpstan/phpstan/issues/6300 ? A newer phpstan version would help then probably. The used version in the test is 1.10.0. I see that in composer.json all dependencies are updated though (should result in phpstan 1.11.x) but some tests use old versions.
The part missing now is the failing tests. CI should run now finally
not entirely but at least phpstan is not throwing errors anymore.