mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Updated Docblock
This commit is contained in:
@@ -51,6 +51,8 @@ class KeyCrypt
|
|||||||
* @param string $encryptedData
|
* @param string $encryptedData
|
||||||
* @param string $pathToPublicKey
|
* @param string $pathToPublicKey
|
||||||
*
|
*
|
||||||
|
* @throws \LogicException
|
||||||
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function decrypt($encryptedData, $pathToPublicKey)
|
public static function decrypt($encryptedData, $pathToPublicKey)
|
||||||
|
Reference in New Issue
Block a user