注释调整

This commit is contained in:
麦当苗儿
2013-04-15 12:02:34 +08:00
parent c021901409
commit 7f6f3c69df

View File

@@ -14,7 +14,7 @@ namespace Org;
class Crypt {
/**
* 加密字符串
* @access static
* @access public
* @param string $str 字符串
* @param string $key 加密key
* @return string
@@ -40,7 +40,7 @@ class Crypt {
/**
* 解密字符串
* @access static
* @access public
* @param string $str 字符串
* @param string $key 加密key
* @return string