-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello,
I'm seeing some deprecation notices when using this library with PHP 8.4:
Deprecation Notice: Josantonius\Json\Json::set(): Implicitly marking parameter $dot as nullable is deprecated, the explicit nullable type must be used instead in vendor/josantonius/json/src/Json.php:84
Deprecation Notice: Josantonius\Json\Json::merge(): Implicitly marking parameter $dot as nullable is deprecated, the explicit nullable type must be used instead in vendor/josantonius/json/src/Json.php:109
Deprecation Notice: Josantonius\Json\Json::pop(): Implicitly marking parameter $dot as nullable is deprecated, the explicit nullable type must be used instead in vendor/josantonius/json/src/Json.php:135
Deprecation Notice: Josantonius\Json\Json::push(): Implicitly marking parameter $dot as nullable is deprecated, the explicit nullable type must be used instead in vendor/josantonius/json/src/Json.php:164
Deprecation Notice: Josantonius\Json\Json::shift(): Implicitly marking parameter $dot as nullable is deprecated, the explicit nullable type must be used instead in vendor/josantonius/json/src/Json.php:191
Deprecation Notice: Josantonius\Json\Json::unshift(): Implicitly marking parameter $dot as nullable is deprecated, the explicit nullable type must be used instead in vendor/josantonius/json/src/Json.php:242
Metadata
Metadata
Assignees
Labels
No labels