Loading src/DeconfigStorage.php +0 −6 Original line number Diff line number Diff line Loading @@ -329,12 +329,6 @@ class DeconfigStorage implements StorageInterface { $success = FALSE; } } if ($success && $this->collection != StorageInterface::DEFAULT_COLLECTION) { // Remove empty directories. if (!(new \FilesystemIterator($this->getCollectionDirectory()))->valid()) { $this->getFileSystem()->rmdir($this->getCollectionDirectory()); } } return $success; } Loading Loading
src/DeconfigStorage.php +0 −6 Original line number Diff line number Diff line Loading @@ -329,12 +329,6 @@ class DeconfigStorage implements StorageInterface { $success = FALSE; } } if ($success && $this->collection != StorageInterface::DEFAULT_COLLECTION) { // Remove empty directories. if (!(new \FilesystemIterator($this->getCollectionDirectory()))->valid()) { $this->getFileSystem()->rmdir($this->getCollectionDirectory()); } } return $success; } Loading