From 2807ed0af977ad1d00a6bac10057e96b5d4fcd33 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 6 Mar 2019 09:27:25 +0800 Subject: [PATCH] update petstore samples --- .../SymfonyBundle-php/Api/PetApiInterface.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/samples/server/petstore/php-symfony/SymfonyBundle-php/Api/PetApiInterface.php b/samples/server/petstore/php-symfony/SymfonyBundle-php/Api/PetApiInterface.php index ecccdb3058c..19e967e41ed 100644 --- a/samples/server/petstore/php-symfony/SymfonyBundle-php/Api/PetApiInterface.php +++ b/samples/server/petstore/php-symfony/SymfonyBundle-php/Api/PetApiInterface.php @@ -43,15 +43,6 @@ use OpenAPI\Server\Model\Pet; 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 * @@ -61,6 +52,15 @@ interface PetApiInterface */ 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 *