@@ -42,7 +42,7 @@ |
||
42 | 42 | protected function validateOptions(): void |
43 | 43 | { |
44 | 44 | // Note: closures can't be checked at this point since we don't have access to the response objects |
45 | - Validator::make((array) $this, [ |
|
45 | + Validator::make((array)$this, [ |
|
46 | 46 | 'scopes.*' => 'string', |
47 | 47 | 'authType' => Rule::in([ |
48 | 48 | Credentials::AUTH_TYPE_BEARER, |