Think\Parser类调整

代码规范调整
This commit is contained in:
thinkphp
2013-04-01 10:51:18 +08:00
parent d0e2fbafb3
commit 41d177289c
8 changed files with 23 additions and 45 deletions

View File

@@ -31,7 +31,7 @@ class Log {
}
// 调用驱动类的方法
public static function __callStatic($method, $params){
static public function __callStatic($method, $params){dump($params);
return call_user_func_array(array(self::$handler, $method), $params);
}