Fix capitalisation of inheritdoc

This commit is contained in:
Andrew Millington 2019-08-31 19:10:59 +01:00
parent d40a37570c
commit 4ab302a969
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -102,7 +102,7 @@ class CryptKey implements CryptKeyInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getKeyPath()
{
@ -110,7 +110,7 @@ class CryptKey implements CryptKeyInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getPassPhrase()
{