Merge pull request #428 from ldsink/phpdoc

update PHPDoc comments
This commit is contained in:
joyqi
2016-01-26 15:08:15 +08:00
3 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ class Typecho_Request
/**
* 检查ua是否合法
*
* @param $agent ua字符串
* @param string $agent ua字符串
* @return boolean
*/
private function _checkAgent($agent)