@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | * Set the authentication service. |
46 | 46 | * |
47 | 47 | * @param Authenticator $authenticator The authentication service. |
48 | - * @return AuthAwareInterface |
|
48 | + * @return AuthAwareTrait |
|
49 | 49 | */ |
50 | 50 | protected function setAuthenticator(Authenticator $authenticator) |
51 | 51 | { |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | * Set the authorization service. |
77 | 77 | * |
78 | 78 | * @param Authorizer $authorizer The authorization service. |
79 | - * @return AuthAwareInterface |
|
79 | + * @return AuthAwareTrait |
|
80 | 80 | */ |
81 | 81 | protected function setAuthorizer(Authorizer $authorizer) |
82 | 82 | { |