From 1ea20b3dd9ab8ca3a17022886b21d579e70f8daf Mon Sep 17 00:00:00 2001 From: Bas Kamer Date: Mon, 5 Sep 2016 10:06:49 +0200 Subject: [PATCH] doc --- src/Service/RoleServiceInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Service/RoleServiceInterface.php b/src/Service/RoleServiceInterface.php index 90977f99..f303f198 100644 --- a/src/Service/RoleServiceInterface.php +++ b/src/Service/RoleServiceInterface.php @@ -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);