Completed
Pull Request — master (#572)
by Pavel
02:53
created
src/JMS/Serializer/GenericSerializationVisitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
         foreach ($data as $k => $v) {
102 102
             $v = $this->navigator->accept($v, $this->getElementType($type), $context);
103 103
 
104
-            if (null === $v && is_string($k) && !$context->shouldSerializeNull()) {
104
+            if (null === $v && is_string($k) && ! $context->shouldSerializeNull()) {
105 105
                 continue;
106 106
             }
107 107
 
Please login to merge, or discard this patch.