Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Dec 31, 2014
1 parent 3418acd commit 6d77371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Secret/lib/Horde/Secret.php
Expand Up @@ -99,7 +99,7 @@ public function read($key, $ciphertext)
* @param string $key The key to use for [de|en]cryption. Only the first
* 56 bytes of this string is used.
*
* @return Crypt_Blowfish The crypt object.
* @return Horde_Crypt_Blowfish The crypt object.
* @throws Horde_Secret_Exception
*/
protected function _getCipherOb($key)
Expand Down

0 comments on commit 6d77371

Please sign in to comment.