mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-11 01:39:50 +01:00
Fixed some inspection issues.
This commit is contained in:
@@ -770,8 +770,9 @@ class User extends AttachmentContainingDBElement implements UserInterface, HasPe
|
||||
|
||||
/**
|
||||
* Set the backup codes for this user. Existing backup codes are overridden.
|
||||
* @param string[] $codes A
|
||||
* @param string[] $codes An array containing the backup codes
|
||||
* @return $this
|
||||
* @throws \Exception If an error with the datetime occurs
|
||||
*/
|
||||
public function setBackupCodes(array $codes) : self
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user