TYPO3 / coding-standards

TYPO3 Coding Standards to be used by TYPO3 projects or extensions
MIT License
52 stars 16 forks source link

[TASK] Update rules #124

Closed bmack closed 3 months ago

DavidBruchmann commented 5 months ago

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.

bmack commented 5 months ago

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

DavidBruchmann commented 5 months ago

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