Completed
Pull Request — master (#270)
by Luc
06:03
created
src/SavedSearches/Properties/CreatedByQueryString.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
     protected $emailAddress;
13 13
 
14 14
     /**
15
-     * @param StringLiteral $userId
16 15
      */
17 16
     public function __construct(EmailAddress $emailAddress)
18 17
     {
Please login to merge, or discard this patch.
src/UiTID/CdbXmlCreatedByToUserIdResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
     /**
66 66
      * @param StringLiteral $createdByIdentifier
67
-     * @return String
67
+     * @return StringLiteral|null
68 68
      */
69 69
     private function resolveByEmailOrByNick(StringLiteral $createdByIdentifier)
70 70
     {
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.