Skip to content

Commit 1e41cc7

Browse files
committed
Fix PHPDoc GroupInterface::getId
Using an ODM the object identifier could be a string, a hash, UUID, Mongo ObjectID... Check UserInterface::getId
1 parent 2acc0d7 commit 1e41cc7

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)