Skip to content

Commit 1b7c859

Browse files
authored
Merge pull request #2925 from rubenrua/2.0.x
Fix PHPDoc GroupInterface::getId
2 parents 9ad21f1 + 1e41cc7 commit 1b7c859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/GroupInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface GroupInterface
2525
public function addRole($role);
2626

2727
/**
28-
* @return int
28+
* @return mixed
2929
*/
3030
public function getId();
3131

0 commit comments

Comments
 (0)