Completed
Push — master ( b2f776...673946 )
by
unknown
39:00 queued 25:48
created
eZ/Publish/Core/Repository/UserService.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
     /**
174 174
      * Loads a user group for the given id.
175 175
      *
176
-     * @param mixed $id
176
+     * @param integer $id
177 177
      * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object.
178 178
      *
179 179
      * @return \eZ\Publish\API\Repository\Values\User\UserGroup
@@ -1371,6 +1371,9 @@  discard block
 block discarded – undo
1371 1371
             !empty($userUpdateStruct->maxLogin);
1372 1372
     }
1373 1373
 
1374
+    /**
1375
+     * @param integer|null $timestamp
1376
+     */
1374 1377
     private function getDateTime(?int $timestamp): ?DateTimeInterface
1375 1378
     {
1376 1379
         if ($timestamp !== null) {
Please login to merge, or discard this patch.