mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Updated Docblock
This commit is contained in:
parent
dcc3f5d856
commit
f29703ea24
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user