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 4488e63 commit 976803bCopy full SHA for 976803b
app/code/Magento/GiftMessage/Model/CompositeConfigProvider.php
@@ -7,6 +7,9 @@
7
8
use Magento\Checkout\Model\ConfigProviderInterface;
9
10
+/**
11
+ * Class CompositeConfigProvider
12
+ */
13
class CompositeConfigProvider implements ConfigProviderInterface
14
{
15
/**
@@ -18,13 +21,13 @@ class CompositeConfigProvider implements ConfigProviderInterface
18
21
* @param ConfigProviderInterface[] $configProviders
19
22
*/
20
23
public function __construct(
- array $configProviders
24
+ array $configProviders = []
25
) {
26
$this->configProviders = $configProviders;
27
}
28
29
- * {@inheritdoc}
30
+ * @inheritdoc
31
32
public function getConfig()
33
0 commit comments