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 0a559c7 commit 076a13eCopy full SHA for 076a13e
app/code/Magento/Sales/Block/Adminhtml/Order/Create/Newsletter.php
@@ -5,8 +5,6 @@
5
*/
6
namespace Magento\Sales\Block\Adminhtml\Order\Create;
7
8
-use Magento\Framework\Phrase;
9
-
10
/**
11
* Adminhtml sales order create newsletter block
12
*
@@ -30,7 +28,7 @@ protected function _construct()
30
28
31
29
* Get header text
32
33
- * @return Phrase
+ * @return \Magento\Framework\Phrase
34
35
public function getHeaderText()
36
{
0 commit comments