switch to oas3 spec for php-symfony samples (#9248)

This commit is contained in:
William Cheng
2021-04-14 10:36:48 +08:00
committed by GitHub
parent 1b63822501
commit c285f393b0
12 changed files with 215 additions and 91 deletions

View File

@@ -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 ...
}