Completed
Pull Request — master (#287)
by Luc
04:52
created
src/ReadModel/Index/Projector.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
     }
261 261
 
262 262
     /**
263
-     * @param $dateString
263
+     * @param string $dateString
264 264
      *  A UDB2 formatted date string
265 265
      *
266 266
      * @return DateTimeInterface
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
      * Update the index
279 279
      * @param $id
280 280
      * @param EntityType $type
281
-     * @param $userId
281
+     * @param string|null $userId
282 282
      * @param Domain $owningDomain
283 283
      * @param DateTimeInterface $creationDate
284 284
      */
Please login to merge, or discard this patch.