Skip to content

Commit 60907f4

Browse files
FIxed static test failures
1 parent 23ac7a0 commit 60907f4

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Newsletter/Block/Adminhtml/Queue

1 file changed

+3
-1
lines changed

app/code/Magento/Newsletter/Block/Adminhtml/Queue/Edit.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Edit extends \Magento\Backend\Block\Template
2222
protected $_template = 'Magento_Newsletter::queue/edit.phtml';
2323

2424
/**
25-
* Core registry
25+
* Magento Framework Core Registry
2626
*
2727
* @var \Magento\Framework\Registry
2828
*/
@@ -43,6 +43,8 @@ public function __construct(
4343
}
4444

4545
/**
46+
* Queue Edit constructor
47+
*
4648
* @return void
4749
*/
4850
protected function _construct()

0 commit comments

Comments
 (0)