Skip to content

Commit c8af5d6

Browse files
sanganinamrataMastiuhin Oleksandr
authored andcommitted
Correct function return statement.
1 parent 8922155 commit c8af5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)