| @@ -173,7 +173,7 @@ discard block | ||
| 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 | ||
| 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) { |