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 e03c15a commit 637ead4Copy full SHA for 637ead4
src/DI/Helpers/ConnectionsHelper.php
@@ -37,7 +37,7 @@ public function getConfigSchema(): Schema
37
'admin' => Expect::structure([
38
'port' => Expect::int(15672),
39
'secure' => Expect::bool(false),
40
- ])->castTo('array')->required(false),
+ ])->castTo('array'),
41
])->castTo('array'),
42
'string'
43
);
0 commit comments