coding-standards icon indicating copy to clipboard operation
coding-standards copied to clipboard

[TASK] Update rules

Open bmack opened this issue 1 year ago • 3 comments

bmack avatar Feb 15 '24 20:02 bmack

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.

DavidBruchmann avatar Mar 24 '24 02:03 DavidBruchmann

The part missing now is the failing tests. CI should run now finally

bmack avatar Mar 24 '24 09:03 bmack

not entirely but at least phpstan is not throwing errors anymore.

DavidBruchmann avatar Mar 24 '24 14:03 DavidBruchmann