Completed
Pull Request — master (#550)
by Jonatan
03:07
created
src/JMS/Serializer/XmlSerializationVisitor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
         return $doCData ? $this->document->createCDATASection($data) : $this->document->createTextNode((string) $data);
120 120
     }
121 121
 
122
+    /**
123
+     * @param string $data
124
+     */
122 125
     public function visitSimpleString($data, array $type, Context $context)
123 126
     {
124 127
         if (null === $this->document) {
Please login to merge, or discard this patch.