Skip to content

Commit

Permalink
Remove UserInterface SF 5.4 deprecations (#204)
Browse files Browse the repository at this point in the history
Fix #202
  • Loading branch information
alterphp authored Jan 25, 2022
1 parent 80b1470 commit f27f81c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Model/AdminUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public function getGroups(): Collection

/**
* {@inheritdoc}
*
* @return array
*/
public function getRoles()
{
Expand All @@ -88,6 +90,8 @@ public function getRoles()

/**
* {@inheritdoc}
*
* @return ?string
*/
public function getPassword()
{
Expand All @@ -96,6 +100,8 @@ public function getPassword()

/**
* {@inheritdoc}
*
* @return ?string
*/
public function getSalt()
{
Expand Down

0 comments on commit f27f81c

Please sign in to comment.