mtrajano / laravel-swagger

Auto generates the swagger documentation of a laravel project based on best practices and simple assumptions
167 stars 71 forks source link

Switch param type default to string #3

Closed overint closed 6 years ago

overint commented 6 years ago

Since this is hardcoded, I think it makes more sense to set it to string, as setting to integer breaks tools that load swagger docs and only allow you to enter an int for that field.