mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-02 16:09:55 +08:00
Added public.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user