Passed
Push — main ( de60d9...c38ba8 )
by Peter
04:15
created
src/Options.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.