Skip to content

PHP 8.4 support #28

@defunctl

Description

@defunctl

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions