Skip to content

Commit f27f81c

Browse files
authored
Remove UserInterface SF 5.4 deprecations (#204)
Fix #202
1 parent 80b1470 commit f27f81c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Model/AdminUser.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ public function getGroups(): Collection
7474

7575
/**
7676
* {@inheritdoc}
77+
*
78+
* @return array
7779
*/
7880
public function getRoles()
7981
{
@@ -88,6 +90,8 @@ public function getRoles()
8890

8991
/**
9092
* {@inheritdoc}
93+
*
94+
* @return ?string
9195
*/
9296
public function getPassword()
9397
{
@@ -96,6 +100,8 @@ public function getPassword()
96100

97101
/**
98102
* {@inheritdoc}
103+
*
104+
* @return ?string
99105
*/
100106
public function getSalt()
101107
{

0 commit comments

Comments
 (0)