Add more unit tests
This commit is contained in:
@@ -39,7 +39,7 @@ class DatabaseGroupProvider implements GroupProviderInterface
|
||||
*/
|
||||
public function getInternalId()
|
||||
{
|
||||
return $this->group['id'];
|
||||
return (int) $this->group['id'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user