diff --git a/src/CryptKey.php b/src/CryptKey.php index 0d7a0355..0b6343d9 100644 --- a/src/CryptKey.php +++ b/src/CryptKey.php @@ -101,12 +101,12 @@ class CryptKey implements CryptKeyInterface return 'file://' . $keyPath; } - public function getKeyPath(): string + public function getKeyPath() { return $this->keyPath; } - public function getPassPhrase(): ?string + public function getPassPhrase() { return $this->passPhrase; } diff --git a/src/CryptKeyInterface.php b/src/CryptKeyInterface.php index 115f21b2..86c7b044 100644 --- a/src/CryptKeyInterface.php +++ b/src/CryptKeyInterface.php @@ -1,5 +1,4 @@ privateKey;