注释修正

This commit is contained in:
thinkphp
2016-05-23 14:33:28 +08:00
parent 5d2685cc85
commit 15df0ebf34
5 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,6 @@ class Error
* @param string $errfile 出错的文件
* @param integer $errline 出错行号
* @param array $errcontext
* @return bool true-禁止往下传播已处理过的异常
* @throws ErrorException
*/
public static function appError($errno, $errstr, $errfile = '', $errline = 0, $errcontext = [])