Skip to content

Commit 401ad42

Browse files
committed
Update BackendController.php
1 parent a2e2279 commit 401ad42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BackendController.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ public function hasPermissions($role = false) : bool
6060
}
6161

6262
/**
63-
* User logout.
63+
* logout.
6464
*
6565
* @access public
6666
* @return void
6767
*/
68-
public function logout()
68+
public function logout() : void
6969
{
7070
$this->verifyRequest();
7171
$this->clearCookie();

0 commit comments

Comments
 (0)