From 4ab302a969ec1a0ee32e75dc771bd8ef64ad6e33 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Sat, 31 Aug 2019 19:10:59 +0100 Subject: [PATCH] Fix capitalisation of inheritdoc --- src/CryptKey.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CryptKey.php b/src/CryptKey.php index aaf22292..4268cc8f 100644 --- a/src/CryptKey.php +++ b/src/CryptKey.php @@ -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() {