diff --git a/src/CryptKey.php b/src/CryptKey.php index 0b6343d9..aaf22292 100644 --- a/src/CryptKey.php +++ b/src/CryptKey.php @@ -101,11 +101,17 @@ class CryptKey implements CryptKeyInterface return 'file://' . $keyPath; } + /** + * {@inheritDoc} + */ public function getKeyPath() { return $this->keyPath; } + /** + * {@inheritDoc} + */ public function getPassPhrase() { return $this->passPhrase;