PHP 8.4: Implicitly nullable parameter declarations deprecated
-
Maybe bit early but PHP 8.4 alpha1 has been released and there is some PHP warnings, would be great if they could be fixed in future versions of the plugin. Thanks!
PHP 8.4: Implicitly nullable parameter declarations deprecated
implicitly-marking-parameter-type-nullable-deprecated=== Environment
– WordPress: 6.6-RC2
– PHP: 8.4.0alpha1
– Server: Apache/2.4.59 (Win64) PHP/8.4.0alpha1 mod_fcgid/2.3.10-dev
– Database: mysqli (Server: 8.3.0 / Client: mysqlnd 8.4.0alpha1)
– Browser: Edge 126.0.0.0 (Windows 10/11)
– Theme: Twenty Twenty-Four 1.1
– MU-Plugins: None activated
– Plugins:
* Loco Translate 2.6.10
* WordPress Beta Tester 3.5.5Deprecated: Loco_admin_DebugController::selectPluralForm(): Implicitly marking parameter $eq as nullable is deprecated, the explicit nullable type must be used instead in C:\wamp64\www\wp\wp-content\plugins\loco-translate\src\admin\DebugController.php on line 374
Deprecated: Loco_admin_DebugController::preloadScript(): Implicitly marking parameter $bundle as nullable is deprecated, the explicit nullable type must be used instead in C:\wamp64\www\wp\wp-content\plugins\loco-translate\src\admin\DebugController.php on line 518
Deprecated: Loco_mvc_View::render(): Implicitly marking parameter $args as nullable is deprecated, the explicit nullable type must be used instead in C:\wamp64\www\wp\wp-content\plugins\loco-translate\src\mvc\View.php on line 193
Deprecated: Loco_mvc_View::render(): Implicitly marking parameter $parent as nullable is deprecated, the explicit nullable type must be used instead in C:\wamp64\www\wp\wp-content\plugins\loco-translate\src\mvc\View.php on line 193
Deprecated: Loco_fs_File::cloneWriteContext(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in C:\wamp64\www\wp\wp-content\plugins\loco-translate\src\fs\File.php on line 131
Deprecated: Loco_package_Locale::__construct(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in C:\wamp64\www\wp\wp-content\plugins\loco-translate\src\package\Locale.php on line 28
The topic ‘PHP 8.4: Implicitly nullable parameter declarations deprecated’ is closed to new replies.