From d34301a308c7297f54fa9605cbec58e7832f9cac Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sat, 15 Jun 2013 18:34:09 -0400 Subject: [PATCH] Added public. --- framework/yii/web/ResponseFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/web/ResponseFormatter.php b/framework/yii/web/ResponseFormatter.php index 0e9af47..d36b8f0 100644 --- a/framework/yii/web/ResponseFormatter.php +++ b/framework/yii/web/ResponseFormatter.php @@ -21,5 +21,5 @@ interface ResponseFormatter * @param mixed $data the data to be formatted * @return string the formatted result */ - function format($response, $data); + public function format($response, $data); }