Completed
Pull Request — master (#387)
by Kristof
04:20
created
src/Organizer/OrganizerLDProjector.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -198,6 +198,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.