Skip to content

Commit

Permalink
fixup! Disable app token creation for impersonated people, ref #15539
Browse files Browse the repository at this point in the history
  • Loading branch information
GretaD committed Jun 27, 2019
1 parent d41b561 commit 25b4d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/public/IUserSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function isLoggedIn();

/**
* get getImpersonatingUserID
* @return string | null
* @return string|null
* @since 17.0.0
*/
public function getImpersonatingUserID();
Expand All @@ -92,5 +92,5 @@ public function getImpersonatingUserID();
* set setImpersonatingUserID
* @since 17.0.0
*/
public function setImpersonatingUserID(bool $useCurrentUser = true);
public function setImpersonatingUserID(bool $useCurrentUser = true): void;
}

0 comments on commit 25b4d7b

Please sign in to comment.