Skip to content

Commit

Permalink
Update DocumentBuilder.php
Browse files Browse the repository at this point in the history
Removed unsupported function of jms/serializer >=v0.12
  • Loading branch information
sveneisenschmidt committed Mar 17, 2014
1 parent c929030 commit 307e8fb
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/SE/Component/BMEcat/DocumentBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,7 @@ public function load(array $data)
{
DataLoader::load($data, $this);
}

/**
*
* @param boolean $serializeNull
*/
public function setSerializeNull($serializeNull)
{
$this->getSerializer()->setSerializeNull($serializeNull);
}


/**
*
* @throws \SE\Component\BMEcat\Exception\MissingDocumentException
Expand All @@ -181,4 +172,4 @@ public function toString()

return $this->serializer->serialize($document, 'xml');
}
}
}

0 comments on commit 307e8fb

Please sign in to comment.