Ezra Obiwale преди 6 години
родител
ревизия
77b7083d98
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      tests/Fixtures/TestController.php

+ 3 - 0
tests/Fixtures/TestController.php

@@ -40,6 +40,9 @@ class TestController extends Controller
      * @bodyParam another_one number Just need something here.
      * @bodyParam yet_another_param object required
      * @bodyParam even_more_param array
+     * @bodyParam book.name string
+     * @bodyParam book.author_id integer
+     * @bodyParam ids.* integer
      */
     public function withBodyParameters()
     {