diff --git a/core/lib/Drupal/Core/Config/FileStorage.php b/core/lib/Drupal/Core/Config/FileStorage.php index 0a41506..d96af7e 100644 --- a/core/lib/Drupal/Core/Config/FileStorage.php +++ b/core/lib/Drupal/Core/Config/FileStorage.php @@ -108,7 +108,7 @@ class FileStorage implements StorageInterface { } /** - * Implements Drupal\Core\Config\StorageInterface::delete(). + * Implements Drupal\Core\Config\StorageInterface::rename(). */ public function rename($name, $new_name) { $status = @rename($this->getFilePath($name), $this->getFilePath($new_name));