Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Interfaces should contain full class paths #197

@sambolek

Description

@sambolek

Hi,

we're using this module, although not API part. We observed the following error is reported
Message: The "PostInterface" class doesn't exist and the namespace must be specified. Verify and try again.

In essence, the issue is that, during code formatting, full class names API requires on interfaces were replaced by short versions. The commit in question: 4978874#diff-edf947d6942637ad493627ab621f4b19

To reproduce, try opening your local instance REST API definition
https://mysite.test/rest/default/schema . This results in an exception being thrown: https://prnt.sc/tah1an

Could you please re-apply the FQCN to doc blocks of all classes in "Api" folder.

More info:

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