improve document model and propagate changes. This include the change of document fixtures to better reflect what the api is effectively returning
<?php
namespace CorpusParole\Libraries\Mergers;
class JsonDocumentMerger {
public function mergeJSON($doc, $jsonDoc) {
return $doc;
}
}