FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 703 forks source link

Fix requests without content type #2237

Closed enumag closed 4 years ago

enumag commented 4 years ago
Argument 3 passed to FOS\RestBundle\Serializer\JMSSerializerAdapter::deserialize() must be of the type string, null given
xabbuh commented 4 years ago

Thank you for the bugfix. Could you also add a test case to prevent future regressions?

enumag commented 4 years ago

@xabbuh Here you go.

enumag commented 4 years ago

Changed the target branch to 2.x too.

enumag commented 4 years ago

ping @xabbuh

xabbuh commented 4 years ago

Thank you @enumag.