mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 15:30:13 +01:00
Fixed code style.
This commit is contained in:
@@ -180,8 +180,6 @@ class U2FKey implements TwoFactorKeyInterface
|
||||
|
||||
/**
|
||||
* Gets the user, this U2F key belongs to.
|
||||
*
|
||||
* @return User
|
||||
*/
|
||||
public function getUser(): User
|
||||
{
|
||||
@@ -190,8 +188,6 @@ class U2FKey implements TwoFactorKeyInterface
|
||||
|
||||
/**
|
||||
* The primary key ID of this key.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getID(): int
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user