core/lib/Drupal/Core/Config/StorableConfigBase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/lib/Drupal/Core/Config/StorableConfigBase.php b/core/lib/Drupal/Core/Config/StorableConfigBase.php index f1ef811..4af470e 100644 --- a/core/lib/Drupal/Core/Config/StorableConfigBase.php +++ b/core/lib/Drupal/Core/Config/StorableConfigBase.php @@ -69,7 +69,6 @@ * Must invalidate the cache tags associated with the configuration object. * * @return $this - * The configuration object. */ abstract public function save(); @@ -79,7 +78,6 @@ * Must invalidate the cache tags associated with the configuration object. * * @return $this - * The configuration object. */ abstract public function delete();