reformat code

This commit is contained in:
joyqi
2021-08-18 22:29:34 +08:00
parent 44aef6c707
commit 3d0b5d5f6c
106 changed files with 9528 additions and 9548 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ abstract class Widget_Abstract extends Typecho_Widget
* @param mixed $response response对象
* @param mixed $params 参数列表
*/
public function __construct($request, $response, $params = NULL)
public function __construct($request, $response, $params = null)
{
parent::__construct($request, $response, $params);