You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
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
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:
The text was updated successfully, but these errors were encountered: