Commit d34301a3 by Qiang Xue

Added public.

parent e543c5fd
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment