diff --git a/core/modules/history/history.module b/core/modules/history/history.module index c0f0069..01a8564 100644 --- a/core/modules/history/history.module +++ b/core/modules/history/history.module @@ -45,11 +45,11 @@ function history_read($entity_type, $entity_id) { /** * Updates 'last viewed' timestamp of the specified entity for the current user. * - * @param $entity_type + * @param string $entity_type * The entity type. - * @param $entity_id + * @param int $entity_id * The entity ID that has been read. - * @param $account + * @param \Drupal\Core\Session\AccountInterface $account * (optional) The user account to update the history for. Defaults to the * current user. */