yii2-rest-doc icon indicating copy to clipboard operation
yii2-rest-doc copied to clipboard

area of ​​visibility const break apigen

Open des1roer opened this issue 7 years ago • 4 comments

if in api controller

 public const = SOME_CONST

then apigen breaks down

des1roer avatar Feb 01 '18 08:02 des1roer

  • which version of php do you have?
  • could you provide a code example?

pahanini avatar Feb 02 '18 17:02 pahanini

php 7.1

class RecommendItemController extends Controller
{
    public const ITEM_KEY = 'sid';
}

des1roer avatar Feb 03 '18 04:02 des1roer

The reason is Reflector bug https://github.com/phpDocumentor/Reflection/issues/124

pahanini avatar Feb 03 '18 15:02 pahanini

@pahanini https://github.com/phpDocumentor/Reflection/issues/124#issuecomment-364738706

sdlins avatar Apr 08 '19 18:04 sdlins