Skip to content

Commit 0b870bf

Browse files
ENGCOM-1214: [Forwardport] Correct function return statement. #14499
- Merge Pull Request #14499 from mastiuhin-olexandr/magento2:2.3-develop-PR-port-14466 - Merged commits: 1. 8922155 2. c8af5d6
2 parents 5a7c3bd + c8af5d6 commit 0b870bf

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
@@ -164,7 +164,7 @@ public function isOtherSessionsTerminated()
164164
* Setter for isOtherSessionsTerminated
165165
*
166166
* @param bool $isOtherSessionsTerminated
167-
* @return this
167+
* @return $this
168168
* @since 100.1.0
169169
*/
170170
public function setIsOtherSessionsTerminated($isOtherSessionsTerminated)

0 commit comments

Comments
 (0)