Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09a364e + 7be043d commit e1037bfCopy full SHA for e1037bf
lib/OAuth2/OAuth2.php
@@ -362,7 +362,7 @@ protected function setDefaultOptions() {
362
self::CONFIG_ENFORCE_INPUT_REDIRECT => TRUE,
363
364
self::CONFIG_ENFORCE_STATE => FALSE,
365
- self::CONFIG_SUPPORTED_SCOPES => array(), // This is expected to be passed in on construction. Scopes can be an aribitrary string.
+ self::CONFIG_SUPPORTED_SCOPES => null, // This is expected to be passed in on construction. Scopes can be an aribitrary string.
366
);
367
}
368
0 commit comments