Skip to content

Commit 4c59e94

Browse files
author
Stanislav Idolov
authored
ENGCOM-1708: [Backport] Correct functions return statement #15563
2 parents bf2e745 + 954a1f7 commit 4c59e94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected function _initRule()
7474
/**
7575
* Initiate action
7676
*
77-
* @return this
77+
* @return $this
7878
*/
7979
protected function _initAction()
8080
{

app/code/Magento/Security/Model/AdminSessionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function isOtherSessionsTerminated()
154154
* Setter for isOtherSessionsTerminated
155155
*
156156
* @param bool $isOtherSessionsTerminated
157-
* @return this
157+
* @return $this
158158
*/
159159
public function setIsOtherSessionsTerminated($isOtherSessionsTerminated)
160160
{

0 commit comments

Comments
 (0)