mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-30 16:31:45 +08:00
Merge remote-tracking branch 'origin/plugin-arch' into plugin-arch
# Conflicts: # src/Tools/Generator.php
This commit is contained in:
@@ -30,7 +30,7 @@ class TestController extends Controller
|
||||
*/
|
||||
public function withGroupOverride()
|
||||
{
|
||||
return "Group B, baby!";
|
||||
return 'Group B, baby!';
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -66,7 +66,7 @@ class TestController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* Endpoint with body parameters
|
||||
* Endpoint with body parameters.
|
||||
*
|
||||
* @bodyParam user_id int required The id of the user. Example: 9
|
||||
* @bodyParam room_id string The id of the room.
|
||||
|
||||
Reference in New Issue
Block a user