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 f8ffc00Copy full SHA for f8ffc00
src/Command/InspectCommand.php
@@ -28,9 +28,9 @@ class InspectCommand extends Command
28
private ConfigFactory $configFactory;
29
private string $schemaPath;
30
31
- public function __construct(string $name = null)
+ public function __construct()
32
{
33
- parent::__construct($name);
+ parent::__construct();
34
$this->configFactory = new ConfigFactory();
35
$this->schemaPath = dirname(__DIR__, 2) . '/resources/phpfci.xsd';
36
}
0 commit comments