Completed
Push — 14.x ( 497b27...3dca04 )
by Tim
01:44
created
src/Serializer/Serializer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -187,6 +187,9 @@
 block discarded – undo
187 187
         ->get();
188 188
     }
189 189
 
190
+    /**
191
+     * @param string $format
192
+     */
190 193
     private function visit(VisitorInterface $visitor, Context $context, $data, $format, array $type = null)
191 194
     {
192 195
         $context->initialize(
Please login to merge, or discard this patch.