Updated Docblock

This commit is contained in:
Alex Bilbie 2016-02-12 10:00:41 +00:00
parent dcc3f5d856
commit f29703ea24

View File

@ -51,6 +51,8 @@ class KeyCrypt
* @param string $encryptedData
* @param string $pathToPublicKey
*
* @throws \LogicException
*
* @return string
*/
public static function decrypt($encryptedData, $pathToPublicKey)