We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb1e92 commit a676e1aCopy full SHA for a676e1a
src/DI/ConsoleExtension.php
@@ -45,7 +45,7 @@ public function __construct(bool $cliMode = false)
45
public function getConfigSchema(): Schema
46
{
47
return Expect::structure([
48
- 'url' => Expect::string(),
+ 'url' => Expect::anyOf(Expect::string(), Expect::null()),
49
'name' => Expect::string(),
50
'version' => Expect::anyOf(Expect::string(), Expect::int(), Expect::float()),
51
'catchExceptions' => Expect::bool(),
0 commit comments