yii2-rest-doc
yii2-rest-doc copied to clipboard
area of visibility const break apigen
if in api controller
public const = SOME_CONST
then apigen breaks down
- which version of php do you have?
- could you provide a code example?
php 7.1
class RecommendItemController extends Controller
{
public const ITEM_KEY = 'sid';
}
The reason is Reflector bug https://github.com/phpDocumentor/Reflection/issues/124
@pahanini https://github.com/phpDocumentor/Reflection/issues/124#issuecomment-364738706