You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new PHP 8.4 version comes "Implicitly nullable parameter declarations deprecated" which causes alot of warnings. Is it possible to fix the deprecated warnings?
Example:
Deprecated: Tuupola\Middleware\CorsMiddleware::logger(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/tuupola/cors-middleware/src/CorsMiddleware.php on line 372
The text was updated successfully, but these errors were encountered:
wdmeest
changed the title
php 8.4 - fix deprecated warnings
php 8.4 - deprecated warnings
Dec 11, 2024
With the new PHP 8.4 version comes "Implicitly nullable parameter declarations deprecated" which causes alot of warnings. Is it possible to fix the deprecated warnings?
Example:
Deprecated: Tuupola\Middleware\CorsMiddleware::logger(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/tuupola/cors-middleware/src/CorsMiddleware.php on line 372
The text was updated successfully, but these errors were encountered: