From bac3f88e7e52f2a409616b980bcde79fac084fef Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 1 Feb 2016 21:40:32 +0000 Subject: [PATCH] Issue #2657734 by miteshmap, floydm: calculateDependencies() return value is double documented --- core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php b/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php index 766fa6ffe826..42c9ab5c9d90 100644 --- a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php +++ b/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php @@ -169,9 +169,6 @@ interface ConfigEntityInterface extends EntityInterface, ThirdPartySettingsInter * 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. * * @see \Drupal\Core\Config\Entity\ConfigDependencyManager