@@ -13,8 +13,8 @@ |
||
13 | 13 | |
14 | 14 | namespace WebHemi\Middleware\Action\Admin; |
15 | 15 | |
16 | -use WebHemi\Environment\ServiceInterface as EnvironmentInterface; |
|
17 | 16 | use WebHemi\Auth\ServiceInterface as AuthInterface; |
17 | +use WebHemi\Environment\ServiceInterface as EnvironmentInterface; |
|
18 | 18 | use WebHemi\Middleware\Action\AbstractMiddlewareAction; |
19 | 19 | |
20 | 20 | /** |
@@ -117,7 +117,7 @@ |
||
117 | 117 | * Returns a User Meta data list identified by user ID. |
118 | 118 | * |
119 | 119 | * @param int $userId |
120 | - * @return array |
|
120 | + * @return \WebHemi\Data\Entity\ApplicationEntity |
|
121 | 121 | */ |
122 | 122 | public function getUserMetaArrayForUserId(int $userId) : array |
123 | 123 | { |