Skip to content

Error: Method deprecated, use ::getParameters() #313

@neoacevedo

Description

@neoacevedo

When I try to run as ./vendor/bin/apidoc api ./vendor/yiisoft/yii2,. output I'm getting the error Error: Method deprecated, use ::getParameters() and the api doc isn't generated, but if I run as ./vendor/bin/apidoc api . output the api doc is generated but obviously the yiisoft/yii2 directory will be ignored.

Basically, you can't generate any api doc for any package inside vendor folder, or you can't generate api doc from multiple source files, you can ONLY generate the api doc for a only source, your Yii2 project apidoc api . output (excluding by default the vendor directory), or an specific folder apidoc api the/path/folder output but not multiple folders.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions