diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php b/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php index 766fa6f..d2ff0e6 100644 --- a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php +++ b/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php @@ -169,10 +169,7 @@ public function calculateDependencies(); * Dependency types are, for example, entity, module and theme. * * @return bool - * TRUE if the entity has changed, FALSE if not. - * - * @return bool - * TRUE if the entity has been changed as a result, FALSE if not. + * TRUE if the entity has been changed as a result, if not then FALSE. * * @see \Drupal\Core\Config\Entity\ConfigDependencyManager * @see \Drupal\Core\Config\ConfigEntityBase::preDelete()