Skip to content

Commit 58f16a1

Browse files
[4.4] Add return types on internal|final|private methods (bis)
1 parent ec2131b commit 58f16a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Security/LdapUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getEntry(): Entry
4949
/**
5050
* {@inheritdoc}
5151
*/
52-
public function getRoles()
52+
public function getRoles(): array
5353
{
5454
return $this->roles;
5555
}

0 commit comments

Comments
 (0)