minor fixes (#5981)

* Update configuration.mustache

added return tag in PHPDoc

* made sanitizeFilename as static method

* updated petstore
This commit is contained in:
serezha93
2017-07-09 11:23:18 +03:00
committed by wing328
parent 5f44486238
commit 140826b47f
21 changed files with 53 additions and 82 deletions

View File

@@ -3,7 +3,7 @@
/**
* Swagger Petstore
*
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
*
* OpenAPI spec version: 1.0.0
* Contact: apiteam@swagger.io