Merge remote-tracking branch 'origin/3.4.x' into 4.0.x

This commit is contained in:
William Cheng
2018-11-08 18:18:12 +08:00
683 changed files with 9676 additions and 2142 deletions

View File

@@ -45,6 +45,13 @@ $router->post('/v2/fake', 'FakeApi@testEndpointParameters');
* Notes: To test enum parameters
*/
$router->get('/v2/fake', 'FakeApi@testEnumParameters');
/**
* delete testGroupParameters
* Summary: Fake endpoint to test group parameters (optional)
* Notes: Fake endpoint to test group parameters (optional)
*/
$app->delete('/v2/fake', 'FakeApi@testGroupParameters');
/**
* put testBodyWithFileSchema
* Summary: