zircote/swagger-php

Documentation: say which parameters are required

fulldecent opened this issue · 1 comments

This is valid

#[OA\Info(
    title: "Pacific Medical Training API", 
    version: "1.0.0",
)]

but this is invalid:

#[OA\Info(
    title: "Pacific Medical Training API", 
)]

I don't see this fact reflected in documentation at https://zircote.github.io/swagger-php/reference/attributes.html#info

Nevermind - looked like caching issue on my side :}