File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/Sales/Model/Order/Email/Container Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2017 Adobe
4+ * All Rights Reserved .
55 */
66namespace Magento \Sales \Model \Order \Email \Container ;
77
@@ -25,7 +25,7 @@ class Template implements ResetAfterRequestInterface
2525 protected $ templateId ;
2626
2727 /**
28- * @var int
28+ * @var int|string
2929 */
3030 protected $ id ;
3131
@@ -74,7 +74,7 @@ public function getTemplateOptions()
7474 /**
7575 * Set email template id
7676 *
77- * @param int $id
77+ * @param int|string $id
7878 * @return void
7979 */
8080 public function setTemplateId ($ id )
@@ -85,7 +85,7 @@ public function setTemplateId($id)
8585 /**
8686 * Get email template id
8787 *
88- * @return int
88+ * @return int|string
8989 */
9090 public function getTemplateId ()
9191 {
You can’t perform that action at this time.
0 commit comments