Fix inheritdoc case

This commit is contained in:
Andrew Millington
2019-07-13 17:49:26 +01:00
parent 3f95c0d11e
commit 2b7923c593

View File

@@ -32,7 +32,7 @@ class ClientRepository implements ClientRepositoryInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function validateClient($clientIdentifier, $clientSecret, $grantType)
{