Skip to content

Commit 5a08ad9

Browse files
committed
AC-2461: Fix static error.
1 parent e8eb0dc commit 5a08ad9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/code/Magento/Newsletter/Console/Command/TemplateCheckCommand.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ class TemplateCheckCommand extends DatabaseTemplateCompatibilityCommand
2525
*/
2626
private CollectionFactory $templateCollection;
2727

28+
/**
29+
* Constructor
30+
*
31+
* @param VariableCompatibilityChecker $compatibilityChecker
32+
* @param EmailCollectionFactory $templateCollection
33+
* @param CollectionFactory $newsletterCollectionFactory
34+
* @param string|null $name
35+
*/
2836
public function __construct(
2937
VariableCompatibilityChecker $compatibilityChecker,
3038
EmailCollectionFactory $templateCollection,

0 commit comments

Comments
 (0)