[PLUGIN][OAuth2] Fix some static issues

This commit is contained in:
2022-02-04 18:34:08 +00:00
parent 4dd976eb22
commit 81f6d496c6
15 changed files with 206 additions and 202 deletions

View File

@@ -78,7 +78,8 @@ class Authorize extends Controller
public function __construct(private int $id)
{
}
public function getIdentifier()
public function getIdentifier(): int
{
return $this->id;
}