fixed PHPDoc comments
This commit is contained in:
		
							parent
							
								
									d1b3894a1c
								
							
						
					
					
						commit
						6556bdbf0f
					
				|  | @ -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) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue