saloon-sdk-generator icon indicating copy to clipboard operation
saloon-sdk-generator copied to clipboard

fix: multi authenticator implementation generates invalid php

Open mmachatschek opened this issue 8 months ago • 1 comments

This fixes the multiauthenticator which generates invalid php if more than one authenticator is generated.

will need to further dig into the tests of this project, so I may provide a corresponding test later.

this is what the openapi spec contains:

image

this is the output of the library currently:

image

this is the output after the changes proposed in the PR:

image

mmachatschek avatar Jun 21 '24 13:06 mmachatschek