Skip to content

Lack of explicit nullable types in Cli class triggers deprecation notices in PHP 8.4 #49

@mattgorle

Description

@mattgorle

These two showed up while I was building out a sample application:

Garden\Cli\Cli::parse(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead
Garden\Cli\Cli::validateType(): Implicitly marking parameter $def as nullable is deprecated, the explicit nullable type must be used instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions