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
Apparently there is misspelling
yii2-jms-serializer/src/Bootstrap.php
Line 227 in 44494a7
It wont give a client an ability to use custom serialization handlers as it described on docs http://www.yiiframework.com/extension/yii2-jms-serializer/
// 'my_handler' => [ // 'class' => 'app\\serializer\\handler\\MyHandler', // ],
The text was updated successfully, but these errors were encountered:
[#2] Fixed typo in Bootstrap,php
706792a
Hi @faecie,
Thanks for your report! This bug has been fixed in this release: https://github.com/korotovsky/yii2-jms-serializer/releases/tag/2.0.1
Sorry, something went wrong.
No branches or pull requests
Apparently there is misspelling
yii2-jms-serializer/src/Bootstrap.php
Line 227 in 44494a7
It wont give a client an ability to use custom serialization handlers as it described on docs
http://www.yiiframework.com/extension/yii2-jms-serializer/
// 'my_handler' => [ // 'class' => 'app\\serializer\\handler\\MyHandler', // ],
The text was updated successfully, but these errors were encountered: