@@ -12,7 +12,7 @@ |
||
12 | 12 | trait AuthorizationTrait |
13 | 13 | { |
14 | 14 | /** |
15 | - * @return \App\Containers\User\Models\User|null |
|
15 | + * @return \Illuminate\Contracts\Auth\Authenticatable|null |
|
16 | 16 | */ |
17 | 17 | public function getUser() |
18 | 18 | { |
@@ -52,7 +52,7 @@ |
||
52 | 52 | * To call functions and compare their bool responses to determine |
53 | 53 | * if the user can proceed with the request or not. |
54 | 54 | * |
55 | - * @param array $functions |
|
55 | + * @param string[] $functions |
|
56 | 56 | * |
57 | 57 | * @return bool |
58 | 58 | */ |