소스 검색

Added url query array parameter example

Ezra Obiwale 6 년 전
부모
커밋
bc1e4db94c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/Fixtures/TestController.php

+ 1 - 0
tests/Fixtures/TestController.php

@@ -42,6 +42,7 @@ class TestController extends Controller
      * @bodyParam even_more_param array
      * @bodyParam book.name string
      * @bodyParam book.author_id integer
+     * @bodyParam book[pages_count] integer
      * @bodyParam ids.* integer
      */
     public function withBodyParameters()