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

@@ -1,6 +1,6 @@
# Swagger\Client\PetApi
All URIs are relative to *http://petstore.swagger.io:80/v2*
All URIs are relative to *http://petstore.swagger.io/v2*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -1,12 +1,12 @@
# Swagger\Client\StoreApi
All URIs are relative to *http://petstore.swagger.io:80/v2*
All URIs are relative to *http://petstore.swagger.io/v2*
Method | HTTP request | Description
------------- | ------------- | -------------
[**deleteOrder**](StoreApi.md#deleteOrder) | **DELETE** /store/order/{order_id} | Delete purchase order by ID
[**deleteOrder**](StoreApi.md#deleteOrder) | **DELETE** /store/order/{orderId} | Delete purchase order by ID
[**getInventory**](StoreApi.md#getInventory) | **GET** /store/inventory | Returns pet inventories by status
[**getOrderById**](StoreApi.md#getOrderById) | **GET** /store/order/{order_id} | Find purchase order by ID
[**getOrderById**](StoreApi.md#getOrderById) | **GET** /store/order/{orderId} | Find purchase order by ID
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet

View File

@@ -1,6 +1,6 @@
# Swagger\Client\UserApi
All URIs are relative to *http://petstore.swagger.io:80/v2*
All URIs are relative to *http://petstore.swagger.io/v2*
Method | HTTP request | Description
------------- | ------------- | -------------