Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Sep 5, 2016
1 parent f22d20d commit 1ea20b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/RoleServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ interface RoleServiceInterface
/**
* Get the identity roles from the current identity, applying some more logic
*
* @param IdentityInterface $identity
* @param null $context
* @param null|IdentityInterface $identity
* @param mixed $context
* @return RoleInterface[]
*/
public function getIdentityRoles(IdentityInterface $identity = null, $context = null);
Expand Down

0 comments on commit 1ea20b3

Please sign in to comment.