laminas / laminas-mvc

Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins
https://docs.laminas.dev/laminas-mvc/
BSD 3-Clause "New" or "Revised" License
138 stars 51 forks source link

PHP 8.4 warnings #166

Open matbech opened 1 month ago

matbech commented 1 month ago

Please add support for PHP 8.4:

PHP Deprecated:  Laminas\Mvc\Application::__construct(): Implicitly marking parameter $events as nullable is deprecated, the explicit nullable type must be used instead in laminas-mvc\src\Application.php on line 95
PHP Deprecated:  Laminas\Mvc\Service\AbstractPluginManagerFactory::__invoke(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in laminas-mvc\src\Service\AbstractPluginManagerFactory.php on line 24
Ocramius commented 1 month ago

When 8.4 is added to CI