add phpdoc

This commit is contained in:
zhoucheng 2015-12-23 17:26:18 +08:00
parent 35d2908934
commit 50b2b9c591

View File

@ -190,7 +190,7 @@ class Typecho_Request
/**
* 检查ua是否合法
*
* @param $agent ua字符串
* @param string $agent ua字符串
* @return boolean
*/
private function _checkAgent($agent)