forked from loafle/openapi-generator-original
Remove param tag for non-existent parameter in ObjectSerializer (#18347)
* Remove param tag for non-existent parameter in ObjectSerializer * Remove all discriminator parameters
This commit is contained in:
@@ -387,7 +387,6 @@ class ObjectSerializer
|
||||
* @param mixed $data object or primitive to be deserialized
|
||||
* @param string $class class name is passed as a string
|
||||
* @param string[]|null $httpHeaders HTTP headers
|
||||
* @param string|null $discriminator discriminator if polymorphism is used
|
||||
*
|
||||
* @return mixed a single or an array of $class instances
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user