Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'feature/phpdoc-mismatch' of https://github.com/micheh/zf2
Browse files Browse the repository at this point in the history
… into hotfix/phpdoc
  • Loading branch information
weierophinney committed Sep 10, 2012
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/PublicKey/Rsa/PublicKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ public function __construct($pemStringOrCertificate)
* Encrypt using this key
*
* @param string $data
* @return string
* @throws Exception\InvalidArgumentException
* @throws Exception\RuntimeException
* @return string
*/
public function encrypt($data)
{
Expand All @@ -99,8 +100,9 @@ public function encrypt($data)
* Decrypt using this key
*
* @param string $data
* @return string
* @throws Exception\InvalidArgumentException
* @throws Exception\RuntimeException
* @return string
*/
public function decrypt($data)
{
Expand Down

0 comments on commit 61ca1b9

Please sign in to comment.