Fix capitalisation of inheritdoc

This commit is contained in:
Andrew Millington
2019-08-31 19:10:59 +01:00
parent d40a37570c
commit 4ab302a969

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()
{