@@ -38,7 +38,7 @@ |
||
38 | 38 | * |
39 | 39 | * @todo Move to class specialized in check auth configs. |
40 | 40 | * @param \Illuminate\Contracts\Auth\Authenticatable $user |
41 | - * @return string|null |
|
41 | + * @return string |
|
42 | 42 | */ |
43 | 43 | public static function getUserProvider(Authenticatable $user) |
44 | 44 | { |
@@ -93,7 +93,6 @@ |
||
93 | 93 | * Check if user acting has the required guards and scopes on request. |
94 | 94 | * |
95 | 95 | * @param \Illuminate\Foundation\Auth\User $user |
96 | - * @param \Illuminate\Http\Request $request |
|
97 | 96 | * @return bool |
98 | 97 | */ |
99 | 98 | public function canBeAuthenticated(Authenticatable $user, $guards) |