Fix inheritdoc case

This commit is contained in:
Andrew Millington 2019-07-13 17:49:26 +01:00
parent 3f95c0d11e
commit 2b7923c593
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

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