在swagger注释中使用常量

时间:2016-04-04 11:57:36

标签: php swagger php-5.3 swagger-php

我有以下代码: 在/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 ",
*     ),
* )
*/

0 个答案:

没有答案