Completed
Pull Request — master (#270)
by Luc
05:13
created
src/ReadModel/Index/Doctrine/DBALRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
     }
149 149
 
150 150
     /**
151
-     * @param $id
151
+     * @param string $id
152 152
      * @param EntityType $entityType
153 153
      * @return bool
154 154
      */
Please login to merge, or discard this patch.
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.