diff --git a/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php b/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php index e5869bf..2789b65 100644 --- a/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php @@ -21,7 +21,7 @@ public function getAllBundleInfo(); /** * Gets the bundle info of an entity type. * - * @param string $entity_type_id_id + * @param string $entity_type_id * The entity type ID. * * @return array @@ -30,7 +30,7 @@ public function getAllBundleInfo(); * The inner arrays are associative arrays of bundle information, such as * the label for the bundle. */ - public function getBundleInfo($entity_type_id_id); + public function getBundleInfo($entity_type_id); /** * Clears static and persistent bundles.