File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -83,15 +83,18 @@ workflows:
83
83
- php_7_3
84
84
- php_7_4
85
85
- php_8_0
86
- - snyk :
87
- # Must define SNYK_TOKEN env
88
- context : snyk-env
89
- requires :
90
- - php_7_3
91
86
integration-tests :
92
87
jobs :
93
88
- php_7_integration_tests :
94
89
filters :
95
90
branches :
96
91
only :
97
92
- master
93
+ - snyk :
94
+ filters :
95
+ branches :
96
+ only :
97
+ - master
98
+ context : snyk-env
99
+ requires :
100
+ - php_7_integration_tests
Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ protected function getAuthorizationCode()
757
757
*
758
758
* @see https://auth0.com/docs/api-auth/tutorials/authorization-code-grant
759
759
*/
760
- protected function getState ()
760
+ public function getState ()
761
761
{
762
762
$ state = null ;
763
763
if ($ this ->responseMode === 'query ' && isset ($ _GET [self ::TRANSIENT_STATE_KEY ])) {
You can’t perform that action at this time.
0 commit comments