Skip to content

Commit 076a13e

Browse files
committed
revert return parament
1 parent 0a559c7 commit 076a13e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Newsletter.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace Magento\Sales\Block\Adminhtml\Order\Create;
77

8-
use Magento\Framework\Phrase;
9-
108
/**
119
* Adminhtml sales order create newsletter block
1210
*
@@ -30,7 +28,7 @@ protected function _construct()
3028
/**
3129
* Get header text
3230
*
33-
* @return Phrase
31+
* @return \Magento\Framework\Phrase
3432
*/
3533
public function getHeaderText()
3634
{

0 commit comments

Comments
 (0)