update petstore samples

This commit is contained in:
William Cheng 2019-03-06 09:27:25 +08:00
parent 37c890f755
commit 2807ed0af9

View File

@ -43,15 +43,6 @@ use OpenAPI\Server\Model\Pet;
interface PetApiInterface interface PetApiInterface
{ {
/**
* Sets authentication method api_key
*
* @param string $value Value of the api_key authentication method.
*
* @return void
*/
public function setapi_key($value);
/** /**
* Sets authentication method petstore_auth * Sets authentication method petstore_auth
* *
@ -61,6 +52,15 @@ interface PetApiInterface
*/ */
public function setpetstore_auth($value); public function setpetstore_auth($value);
/**
* Sets authentication method api_key
*
* @param string $value Value of the api_key authentication method.
*
* @return void
*/
public function setapi_key($value);
/** /**
* Operation addPet * Operation addPet
* *