Moritz Ngo
Moritz Ngo
Resolves #947
``` Deprecated: Helhum\TYPO3\ConfigHandling\Xclass\ConfigurationManager::__construct(): Implicitly marking parameter $configLoader as nullable is deprecated, the explicit nullable type must be used instead in /Users/moritzngo/Projects/kandoh/customers/gwj/mulco-typo3-website/vendor/helhum/typo3-config-handling/src/Xclass/ConfigurationManager.php on line 141 Deprecated: Helhum\TYPO3\ConfigHandling\Xclass\ConfigurationManager::__construct(): Implicitly marking parameter $configDumper...
With PHP 8.4 and `bamarni/symfony-console-autocomplete:1.5.5` I'm getting the following deprecation warning: ``` Deprecated: Bamarni\Symfony\Console\Autocomplete\Application::__construct(): Implicitly marking parameter $command as nullable is deprecated, the explicit nullable type must be used instead...
This PR should add support for PHP 8.4 and prevent any deprecation notices. The changes were primarily made with Rector.