You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A 500 error is thrown Google\\AccessToken\\Verify::__construct(): Argument #3 ($jwt) must be of type ?string, Firebase\\JWT\\JWT given, called in \/home\/bbousba\/dev\/provider-api\/vendor\/google\/apiclient\/src\/Client.php on line 848
The error is due to the newly ?string typing in src/AccessToken/Verify.php l.72 where it should be ?Firebase\JWT\JWT
Environment details
Steps to reproduce
Google\\AccessToken\\Verify::__construct(): Argument #3 ($jwt) must be of type ?string, Firebase\\JWT\\JWT given, called in \/home\/bbousba\/dev\/provider-api\/vendor\/google\/apiclient\/src\/Client.php on line 848
The error is due to the newly
?string
typing insrc/AccessToken/Verify.php
l.72 where it should be?Firebase\JWT\JWT
Thanks!
The text was updated successfully, but these errors were encountered: