File tree 1 file changed +5
-5
lines changed
app/code/Magento/Sales/Model/Order/Email/Container
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2017 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
namespace Magento \Sales \Model \Order \Email \Container ;
7
7
@@ -25,7 +25,7 @@ class Template implements ResetAfterRequestInterface
25
25
protected $ templateId ;
26
26
27
27
/**
28
- * @var int
28
+ * @var int|string
29
29
*/
30
30
protected $ id ;
31
31
@@ -74,7 +74,7 @@ public function getTemplateOptions()
74
74
/**
75
75
* Set email template id
76
76
*
77
- * @param int $id
77
+ * @param int|string $id
78
78
* @return void
79
79
*/
80
80
public function setTemplateId ($ id )
@@ -85,7 +85,7 @@ public function setTemplateId($id)
85
85
/**
86
86
* Get email template id
87
87
*
88
- * @return int
88
+ * @return int|string
89
89
*/
90
90
public function getTemplateId ()
91
91
{
You can’t perform that action at this time.
0 commit comments