Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Update EmbeddedDocumentSerializer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PATROMO committed May 13, 2014
1 parent be546c8 commit 67a35cc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ public function __construct($metadataFactory, $metadataResolver)
*
* @param object $embeddedValue
* @param array $embeddedFieldMapping
* @param $embedMany
* @return array
*
* @throws \InvalidArgumentException
*/
public function serializeEmbeddedDocument($embeddedValue, $embeddedFieldMapping, $embedMany = false)
{
Expand Down Expand Up @@ -105,6 +106,7 @@ public function serializeEmbeddedDocument($embeddedValue, $embeddedFieldMapping,
* @param array $data
* @param object $embeddedFieldMapping
* @return object
* @throws \InvalidArgumentException
*/
public function createEmbeddedDocument($data, $embeddedFieldMapping)
{
Expand Down

0 comments on commit 67a35cc

Please sign in to comment.