Swagger-php: Poorly documenteted

Created on 15 Apr 2019  路  2Comments  路  Source: zircote/swagger-php

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.

Most helpful comment

@hajar-jobtip if you are using an IDE you can use :

use OpenApi\Annotations as OA;

It helps a lot

All 2 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings