@@ -13,7 +13,6 @@ discard block |
||
13 | 13 | * |
14 | 14 | * @param \Illuminate\Contracts\Auth\Authenticatable $user |
15 | 15 | * @param array $scopes |
16 | - * @param string $guard |
|
17 | 16 | * @return void |
18 | 17 | */ |
19 | 18 | public static function actingAs($user, $scopes = []) |
@@ -38,7 +37,7 @@ discard block |
||
38 | 37 | * |
39 | 38 | * @todo Move to class specialized in check auth configs. |
40 | 39 | * @param \Illuminate\Contracts\Auth\Authenticatable $user |
41 | - * @return string|null |
|
40 | + * @return string |
|
42 | 41 | */ |
43 | 42 | public static function getUserProvider(Authenticatable $user) |
44 | 43 | { |