There is no documentation on lists of annotations or example ones. Ether you have to have past Swagger knowledge. The examples like Pet Store is also lacking everything you have to know.
@hajar-jobtip if you are using an IDE you can use :
use OpenApi\Annotations as OA;
It helps a lot
@hajar-jobtip if you are using an IDE you can use :
use OpenApi\Annotations as OA;It helps a lot
I'm using PhpStorm. How does adding this use help exactly?
I added it, but I don't see any suggestions or auto-complete while writing my OA phpdoc.
Most helpful comment
@hajar-jobtip if you are using an IDE you can use :
It helps a lot