forked from loafle/openapi-generator-original
fix php ordering issue for CodegenSecurity (#5001)
This commit is contained in:
committed by
Esteban Gehring
parent
50f7e14a99
commit
fe8775a5a5
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user