githubeing
githubeing
Current `Hashable::equals` signature is `equals($obj): bool`, but in php docs it's said to be > `equals ( object $obj ) : bool` > https://www.php.net/manual/en/ds-hashable.equals.php which differs. This difference leads to...
With Oracle, you'll need some extra steps:
in pdo storage, if there's no default scope, the method returns `null`: https://github.com/bshaffer/oauth2-server-php/blob/master/src/OAuth2/Storage/Pdo.php#L521 but in authorization controller, there's a strict type comparison with `false`, not `null`: https://github.com/bshaffer/oauth2-server-php/blob/master/src/OAuth2/Controller/AuthorizeController.php#L320 \- therefore, instead...