forked from loafle/openapi-generator-original
[PHP] Decommission "packagePath", add new option "packageName" (#681)
* remove packagePath from php file location, use -o instead * fix php symfony top folder * restore pacakgePath * update php laraavel samples * remove packagePath from PHP generator * add new silex files * update window batch - php silex * fix openapi3 silex script
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* patch 123testSpecialTags
|
||||
* patch call123TestSpecialTags
|
||||
* Summary: To test special tags
|
||||
* Notes: To test special tags and operation ID starting with number
|
||||
* Output-Formats: [application/json]
|
||||
*/
|
||||
Route::patch('/v2/another-fake/dummy', 'AnotherFakeController@123testSpecialTags');
|
||||
Route::patch('/v2/another-fake/dummy', 'AnotherFakeController@call123TestSpecialTags');
|
||||
/**
|
||||
* patch testClientModel
|
||||
* Summary: To test \"client\" model
|
||||
|
||||
Reference in New Issue
Block a user