I just wanted to test the extension on a 10.4.1 and it fails with
Fatal error: Declaration of class@anonymous::isEnvironmentInFrontendMode() must be compatible with TYPO3\CMS\Extbase\Service\EnvironmentService::isEnvironmentInFrontendMode(): bool in /var/www/html/web/typo3conf/ext/warmup/Classes/FrontendRequestBuilder.php on line 56
after adding :bool to those methods it fails with
[ ArgumentCountError ]
Too few arguments to function TYPO3\CMS\Extbase\SignalSlot\Dispatcher::__construct(), 0 passed in /var/www/html/web/typo3conf/ext/warmup/Classes/FrontendRequestBuilder.php on l
ine 70 and exactly 2 expected
I just wanted to test the extension on a 10.4.1 and it fails with
after adding
:boolto those methods it fails with