Fixed some inspection issues.

This commit is contained in:
Jan Böhmer 2020-01-04 20:14:42 +01:00
parent 5f27abd8f3
commit 1aed1d1d26
15 changed files with 14 additions and 47 deletions

View file

@ -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
{