We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b1470 commit f27f81cCopy full SHA for f27f81c
1 file changed
src/Model/AdminUser.php
@@ -74,6 +74,8 @@ public function getGroups(): Collection
74
75
/**
76
* {@inheritdoc}
77
+ *
78
+ * @return array
79
*/
80
public function getRoles()
81
{
@@ -88,6 +90,8 @@ public function getRoles()
88
90
89
91
92
93
94
+ * @return ?string
95
96
public function getPassword()
97
@@ -96,6 +100,8 @@ public function getPassword()
100
101
98
102
103
104
99
105
106
public function getSalt()
107
0 commit comments