forked from loafle/openapi-generator-original
switch to oas3 spec for php-symfony samples (#9248)
This commit is contained in:
@@ -93,7 +93,7 @@ class PetApi implements PetApiInterface // An interface is autogenerated
|
||||
/**
|
||||
* Implementation of PetApiInterface#addPet
|
||||
*/
|
||||
public function addPet(Pet $body)
|
||||
public function addPet(Pet $pet)
|
||||
{
|
||||
// Implement the operation ...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user