fixed PHPDoc comments

This commit is contained in:
Roland Gruber 2004-07-07 18:40:12 +00:00
parent d1b3894a1c
commit 6556bdbf0f
1 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /*
* The Cipher_blowfish:: class implements the Cipher interface enryption data * The Cipher_blowfish:: class implements the Cipher interface enryption data
* using the Blowfish algorithm. * using the Blowfish algorithm.
* *
@ -535,6 +535,7 @@ class Cipher_blowfish {
/** /**
* Converts a text key into an array. * Converts a text key into an array.
* *
* @param String $key key string
* @return array The key. * @return array The key.
*/ */
function _formatKey($key) function _formatKey($key)