We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The interface \Annotations\AdapterInterface does not declare the following required functions, which are needed for the usage in \Annotations\Adapter:
\Annotations\AdapterInterface
\Annotations\Adapter
read($key)
write($key, $data)
The abstract functions are also not declared in the \Annotations\Adapter class, from which all native adapters inherit.
The text was updated successfully, but these errors were encountered:
Can you please issue the PR to the 1.3.2 branch?
Sorry, something went wrong.
Merge pull request #2354 from scento/issue_2196
38eb5b4
Fix #2196: Declare missing functions
No branches or pull requests
The interface
\Annotations\AdapterInterface
does not declare the following required functions, which are needed for the usage in\Annotations\Adapter
:read($key)
write($key, $data)
The abstract functions are also not declared in the
\Annotations\Adapter
class, from which all native adapters inherit.The text was updated successfully, but these errors were encountered: