File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ public function getResource($idx = 0)
169
169
*
170
170
* @internal
171
171
*/
172
- public function getResources ()
172
+ public function getResources (): array
173
173
{
174
174
return $ this ->results ;
175
175
}
Original file line number Diff line number Diff line change @@ -57,22 +57,22 @@ public function getRoles()
57
57
/**
58
58
* {@inheritdoc}
59
59
*/
60
- public function getPassword ()
60
+ public function getPassword (): ? string
61
61
{
62
62
return $ this ->password ;
63
63
}
64
64
65
65
/**
66
66
* {@inheritdoc}
67
67
*/
68
- public function getSalt ()
68
+ public function getSalt (): ? string
69
69
{
70
70
}
71
71
72
72
/**
73
73
* {@inheritdoc}
74
74
*/
75
- public function getUsername ()
75
+ public function getUsername (): string
76
76
{
77
77
return $ this ->username ;
78
78
}
You can’t perform that action at this time.
0 commit comments