Update validateClient arguments list

This commit is contained in:
Andrew Millington
2019-07-13 17:40:38 +01:00
parent 4be97e6fd0
commit 3f95c0d11e

View File

@@ -20,7 +20,7 @@ class ClientRepository implements ClientRepositoryInterface
/**
* {@inheritdoc}
*/
public function getClientEntity($clientIdentifier, $grantType = null, $clientSecret = null, $mustValidateSecret = true)
public function getClientEntity($clientIdentifier)
{
$client = new ClientEntity();