@@ -198,6 +198,9 @@ |
||
198 | 198 | return $document->withBody($jsonLD); |
199 | 199 | } |
200 | 200 | |
201 | + /** |
|
202 | + * @param DomainMessage $domainMessage |
|
203 | + */ |
|
201 | 204 | private function appendCreator($jsonLD, $domainMessage) |
202 | 205 | { |
203 | 206 | $newJsonLD = clone $jsonLD; |