Add missing getUser method to direct editing IToken interface

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/18209/head
Julius Härtl 2019-12-03 15:25:19 +07:00
parent 9cd7ecef9b
commit 212b1571ff
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 6 additions and 0 deletions

@ -74,4 +74,10 @@ interface IToken {
*/
public function getEditor(): string;
/**
* @since 18.0.0
* @return string
*/
public function getUser(): string;
}