garden-cli icon indicating copy to clipboard operation
garden-cli copied to clipboard

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

Open mattgorle opened this issue 10 months ago • 0 comments

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

mattgorle avatar Feb 15 '25 11:02 mattgorle