forked from loafle/openapi-generator-original
Swagger parser update: 2.0.8-OpenAPITools.org-1 (#1721)
* Update Swagger-Parser Version * Update samples * surpress javadoc warning * fix TS tests * Set version to 2.0.8-OpenAPITools.org-1
This commit is contained in:
committed by
William Cheng
parent
43abd61144
commit
a7dfc650b6
@@ -93,7 +93,7 @@ class PetApi implements PetApiInterface // An interface is autogenerated
|
||||
/**
|
||||
* Implementation of PetApiInterface#addPet
|
||||
*/
|
||||
public function addPet(Pet $pet)
|
||||
public function addPet(Pet $body)
|
||||
{
|
||||
// Implement the operation ...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user