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 c7b7585 commit 98dc804Copy full SHA for 98dc804
app/code/Magento/Newsletter/Observer/PredispatchNewsletterObserver.php
@@ -27,7 +27,7 @@ class PredispatchNewsletterObserver implements ObserverInterface
27
const XML_PATH_NEWSLETTER_ACTIVE = 'newsletter/general/active';
28
29
/**
30
- * @var Newsletter Config
+ * @var Config
31
*/
32
private $newsletterConfig;
33
@@ -46,7 +46,7 @@ class PredispatchNewsletterObserver implements ObserverInterface
46
*
47
* @param ScopeConfigInterface $scopeConfig
48
* @param UrlInterface $url
49
- * @param Config|null $config
+ * @param Config|null $newsletterConfig
50
51
public function __construct(
52
ScopeConfigInterface $scopeConfig,
0 commit comments