diff --git a/src/Command/InspectCommand.php b/src/Command/InspectCommand.php index 1e6636f..b8a000d 100644 --- a/src/Command/InspectCommand.php +++ b/src/Command/InspectCommand.php @@ -28,7 +28,7 @@ class InspectCommand extends Command private ConfigFactory $configFactory; private string $schemaPath; - public function __construct(string $name = null) + public function __construct(?string $name = null) { parent::__construct($name); $this->configFactory = new ConfigFactory();