Skip to content

Commit

Permalink
Correct function return statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanganinamrata authored and Mastiuhin Oleksandr committed Apr 3, 2018
1 parent 8922155 commit c8af5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Security/Model/AdminSessionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function isOtherSessionsTerminated()
* Setter for isOtherSessionsTerminated
*
* @param bool $isOtherSessionsTerminated
* @return this
* @return $this
* @since 100.1.0
*/
public function setIsOtherSessionsTerminated($isOtherSessionsTerminated)
Expand Down

0 comments on commit c8af5d6

Please sign in to comment.