Crypt/*: update some docblock comments

This commit is contained in:
terrafrost 2015-04-02 07:04:02 -05:00
parent e9fe245132
commit adad5fa157
2 changed files with 2 additions and 2 deletions

View File

@ -386,7 +386,7 @@ class Crypt_Blowfish extends Crypt_Base
*
* This is mainly just a wrapper to set things up for Crypt_Base::isValidEngine()
*
* @see Crypt_Base::Crypt_Base()
* @see Crypt_Base::isValidEngine()
* @param Integer $engine
* @access public
* @return Boolean

View File

@ -667,7 +667,7 @@ class Crypt_DES extends Crypt_Base
*
* This is mainly just a wrapper to set things up for Crypt_Base::isValidEngine()
*
* @see Crypt_Base::Crypt_Base()
* @see Crypt_Base::isValidEngine()
* @param Integer $engine
* @access public
* @return Boolean