我有以下代码:
在/lib/App/Vendor/bin
中,我创建了一个带有定义的文件:constants.php
define('AUTH', 'test');
现在我尝试执行php swagger --boostrap constants.php
我收到错误:
Scanning files in '/lib/App/Vendor/bin' ...[INFO] Required @SWG\Info() not found
我不明白问题出在哪里。请帮我 ! Thx提前!请帮帮我......现在有人问题了?
/**
* @SWG\Swagger(
* schemes={"http","https"},
* host=AUTH,
* basePath="/",
* @SWG\Info(
* version="0.1",
* title="Api's ",
* ),
* )
*/