Vyacheslav
Vyacheslav
@goetas , you were right. After adding the test tests/Fixtures/ObjectWithEmptyArrayAndHashNotAnnotated.php i realized where was the mistake. I did some refactorings of the implementation and, basically, extended the Exclusion mechanism with...
> Hi, thanks for the PR. I like the idea, but I'm not sure that works as expected. IMO it will skip all the props when enabled. To check it,...
Hi @goetas i've rebased the pull-request branch. I'll check if i can improve/lower the complexity reported for [SerializationGraphNavigator](https://scrutinizer-ci.com/g/schmittjoh/serializer/inspections/2c2d89f3-18f0-4181-a6a0-0ef84dfdf5e9/code-structure/class/JMS%5CSerializer%5CGraphNavigator%5CSerializationGraphNavigator)
@goetas , Hi I also encounter the same issue, but maybe you could suggest a replacement ? For example. I have this class: ```php namespace App\DTO; class Person { private...
What I meant was that > > Added changes that I might be useful for a device with DisplayPort > > Also on my environment the udev directive ENV{HOTPLUG} wasn't...
Oh, i guess i ommited the "rules file" that i am using. I excluded that directive completely. And here is my trouble shoot path: My system ```bash root@HP-ProBook-470-G5:/etc/udev/rules.d# cat /etc/lsb-release...