Skip to content

Commit 954a1f7

Browse files
ENGCOM-1708: [Backport] Correct functions return statement #15563
- Merge Pull Request #15563 from rogyar/magento2:2.1-adjust-return-statements - Merged commits: 1. 7c65f0a
2 parents 8a0fd71 + 7c65f0a commit 954a1f7

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)