Apply symplify checkers.

This commit is contained in:
Jan Böhmer 2020-08-21 21:38:31 +02:00
parent d0b1024d80
commit 349ab706cc
6 changed files with 17 additions and 11 deletions

View file

@ -50,8 +50,10 @@ use u2flib_server\Registration;
/**
* @ORM\Entity
* @ORM\Table(name="u2f_keys",
* uniqueConstraints={@ORM\UniqueConstraint(name="user_unique",columns={"user_id",
* "key_handle"})})
* uniqueConstraints={
* @ORM\UniqueConstraint(name="user_unique",columns={"user_id",
* "key_handle"})
* })
* @ORM\HasLifecycleCallbacks()
*/
class U2FKey implements TwoFactorKeyInterface