Oliver Klee
Oliver Klee
I'm planning to have a nice-looking namespace for the new REST API anyway. :-) I cleaned up the old REST API v2 code to make it easier for me to...
@ludwigmair My best guess (as in most TYPO3 extensions, including mine) is that this depends on someone either paying Helmut for doing the work, or providing high-quality pull requests for...
@ludwigmair There's no need to apologize. That's the kind of question that everybody (me included) asks sooner or later for the first time, and the kind of reply that everybody...
The errors are also reported on Linux: https://github.com/MyIntervals/emogrifier/actions/runs/6068667790/job/16461949927 My best guess is that it's related to the latest release of `rawr/cross-data-providers`.
Ah, this might also be connected to the PHP version Psalm is run on (as the results probably are somewhat version-specific). On CI, we're running the tests on PHP 8.1....
This is connected that we're kind of mixing up unit tests and functional tests in our tests: Unit tests should test only one class (and how it interacts with the...
@nlemoine Thanks!
> Is there any reason to drop support for an EOL PHP version if it has no issues or lack of language features we want to make use of moving...
As long as we don't need any particular feature that has been introduced with PHPUnit 10, I'd also be fine with staying on PHPUnit 9 for quite some time (now...
The first failure might be this bug: https://github.com/symfony/symfony/issues/44516