We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cc64f commit 4fc244bCopy full SHA for 4fc244b
src/Command/InspectCommand.php
@@ -28,7 +28,7 @@ class InspectCommand extends Command
28
private ConfigFactory $configFactory;
29
private string $schemaPath;
30
31
- public function __construct(string $name = null)
+ public function __construct(?string $name = null)
32
{
33
parent::__construct($name);
34
$this->configFactory = new ConfigFactory();
0 commit comments