oauth2-openid-connect-server
oauth2-openid-connect-server copied to clipboard
Add parameter types for repository methods
As parent classes need to add parameter types before child classes, this will allow projects to use parameter types on their implementation.
This is not a BC break for implementers of the interface thanks to the covariance support implemented in PHP 7.2 (and the fact that this package does not support older PHP versions anymore).