Yaroslav Yaremenko

Results 6 issues of Yaroslav Yaremenko

hi there, I did some simplifications to make this section a bit more readable (especially for dumbs like me) and fixed some formatting and URLs also, I have a question...

Status: Needs Review
Status: Needs Work

**steps to reproduce:** -------------------- - install FOSRestBundle and a serializer symfony/serializer-pack - don't modify the default fos_rest.yaml config file - follow the documentation example, create a controller which returns $this->handleView($this->view())...

**Symfony version(s) affected**: 5.3 **Description** [The documentation](https://symfony.com/doc/current/components/property_access.html#writing-to-array-properties) says **both** adder and remover are mandatory, but there is no check for this requirement on the code side. **How to reproduce** 1....

Bug
PropertyAccess
Status: Needs Review

I have to search Internet to get to know how to switch to **camelCase** from the default **snake_case**. This is probably the very first thing many developers are looking for,...

documentation

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | don't know | RFC? | no ##...

```JMS\Serializer\GraphNavigator\SerializationGraphNavigator::accept()``` line 204: If there's a handler given for the custom type, e.g. ```JMS\Serializer\Handler\FormErrorHandler``` to handle form errors, ```SerializationGraphNavigator::afterVisitingObject()``` is never called, so listeners of **serializer.post_serialize** are never notified. Is...

bug