diff --git a/core/lib/Drupal/Core/Entity/EntityTypeInterface.php b/core/lib/Drupal/Core/Entity/EntityTypeInterface.php index 5e31b9675e4bbe214e8e736549ec8a626f9f1119..243b79d5ad79b3a0e9cd2dc12a5df5663a2ab487 100644 --- a/core/lib/Drupal/Core/Entity/EntityTypeInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityTypeInterface.php @@ -107,7 +107,7 @@ public function getKeys(); * @param string $key * The name of the entity key to return. * - * @return string|bool + * @return string|false * The entity key, or FALSE if it does not exist. * * @see self::getKeys()