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
If you use the Dispatcher in a PHP8.2 Runtime you get a Deprecation Notice:
NOTICE: PHP message: PHP Deprecated: Creation of dynamic property AdvancedJsonRpc\Dispatcher::$mapper is deprecated
To avoid this I will create a merge-Request that adds the missing property and imports \JsonMapper-Class. Maybe correlates to #57
\JsonMapper
The text was updated successfully, but these errors were encountered:
declare missing mapper-Property
mapper
336d248
@closes felixfbecker#58
Successfully merging a pull request may close this issue.
If you use the Dispatcher in a PHP8.2 Runtime you get a Deprecation Notice:
To avoid this I will create a merge-Request that adds the missing property and imports
\JsonMapper
-Class. Maybe correlates to #57The text was updated successfully, but these errors were encountered: