It seems that baking the controller with bake does not generate the expected comments if prefixes are present.
I feel it is a bug and will report it.
path is path="//.json". But I wont to path="/api/HogeHoges/index.json"
ex)
* @OA\Get(
* path="//.json",
* summary="HogeHoges index",
* description="HogeHoges index",
* @OA\Parameter(
* name="page",
* in="query",
* required=false,
* @OA\Schema(
* type="number",
* ),
It seems that baking the controller with bake does not generate the expected comments if prefixes are present.
I feel it is a bug and will report it.
path is
path="//.json". But I wont topath="/api/HogeHoges/index.json"ex)