diff -u b/core/modules/statistics/src/StatisticsDatabaseStorage.php b/core/modules/statistics/src/StatisticsDatabaseStorage.php --- b/core/modules/statistics/src/StatisticsDatabaseStorage.php +++ b/core/modules/statistics/src/StatisticsDatabaseStorage.php @@ -216,6 +216,8 @@ * If the table does not yet exist, that's fine, but if the table exists and * something else caused the exception, then propagate it. * + * @param \Drupal\Core\Entity\EntityTypeInterface $entity_type + * The entity type. * @param \Exception $e * The exception. * @@ -231,6 +233,7 @@ * Generates the table name from the entity type. * * @param \Drupal\Core\Entity\EntityTypeInterface $entity_type + * The entity type. * * @return string */