Completed
Push — newDispatchingSerializer ( 4fa051...a9b564 )
by no
06:29 queued 03:42
created
src/SerializerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 	/**
61 61
 	 * @since 3.0
62 62
 	 *
63
-	 * @param DispatchableSerializer[]|callable[] $entitySerializers A list of either
63
+	 * @param \DataValues\Serializers\DataValueSerializer $entitySerializers A list of either
64 64
 	 *  DispatchableSerializer objects that are able to serialize Entities, or callbacks that return
65 65
 	 *  such objects.
66 66
 	 * @param Serializer $dataValueSerializer serializer for DataValue objects
Please login to merge, or discard this patch.