Completed
Pull Request — master (#285)
by Luc
07:27
created
src/ReadModel/Index/Projector.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
     }
360 360
 
361 361
     /**
362
-     * @param $dateString
362
+     * @param string $dateString
363 363
      *  A UDB2 formatted date string
364 364
      *
365 365
      * @return DateTimeInterface
@@ -377,7 +377,7 @@  discard block
 block discarded – undo
377 377
      * Update the index
378 378
      * @param $id
379 379
      * @param EntityType $type
380
-     * @param $userId
380
+     * @param string|null $userId
381 381
      * @param $name
382 382
      * @param $postalCode
383 383
      * @param Domain $owningDomain
Please login to merge, or discard this patch.
src/Event/ReadModel/JSONLD/EventLDProjector.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -597,6 +597,9 @@
 block discarded – undo
597 597
         }
598 598
     }
599 599
 
600
+    /**
601
+     * @param string $eventId
602
+     */
600 603
     private function generateSameAs($eventId, $name)
601 604
     {
602 605
         $eventSlug = $this->slugger->slug($name);
Please login to merge, or discard this patch.
src/Label/Label.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     private $parentUuid;
43 43
 
44 44
     /**
45
-     * @return string
45
+     * @return UUID
46 46
      */
47 47
     public function getAggregateRootId()
48 48
     {
Please login to merge, or discard this patch.
src/Role/Role.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     private $userIds = [];
53 53
 
54 54
     /**
55
-     * @return string
55
+     * @return UUID
56 56
      */
57 57
     public function getAggregateRootId()
58 58
     {
Please login to merge, or discard this patch.