forked from loafle/openapi-generator-original
add comment, update ruby, php samples
This commit is contained in:
@@ -280,7 +280,7 @@ module Petstore
|
||||
data = {}
|
||||
form_params.each do |key, value|
|
||||
case value
|
||||
when File, Array, nil
|
||||
when ::File, ::Array, nil
|
||||
# let typhoeus handle File, Array and nil parameters
|
||||
data[key] = value
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user