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 0cfe4a3 commit 8807b9aCopy full SHA for 8807b9a
app/code/Magento/Sales/Model/Order/Email/Container/Template.php
@@ -25,7 +25,7 @@ class Template implements ResetAfterRequestInterface
25
protected $templateId;
26
27
/**
28
- * @var int
+ * @var int|string
29
*/
30
protected $id;
31
@@ -74,7 +74,7 @@ public function getTemplateOptions()
74
75
* Set email template id
76
*
77
- * @param int $id
+ * @param int|string $id
78
* @return void
79
80
public function setTemplateId($id)
@@ -85,7 +85,7 @@ public function setTemplateId($id)
85
86
* Get email template id
87
88
- * @return int
+ * @return int|string
89
90
public function getTemplateId()
91
{
0 commit comments