fix php swagger type

This commit is contained in:
wing328
2015-04-23 00:42:36 +08:00
parent 5c935a4c29
commit d5a3cc7300
3 changed files with 57 additions and 33 deletions

View File

@@ -435,7 +435,7 @@ class PetApi {
*
* @param int $pet_id ID of pet to update (required)
* @param string $additional_metadata Additional data to pass to server (required)
* @param file $file file to upload (required)
* @param string $file file to upload (required)
* @return void
*/
public function uploadFile($pet_id, $additional_metadata, $file) {