Added public.

This commit is contained in:
Qiang Xue
2013-06-15 18:34:09 -04:00
parent e543c5fdd0
commit d34301a308

View File

@@ -21,5 +21,5 @@ interface ResponseFormatter
* @param mixed $data the data to be formatted * @param mixed $data the data to be formatted
* @return string the formatted result * @return string the formatted result
*/ */
function format($response, $data); public function format($response, $data);
} }