Skip to content

Commit 0ecc08e

Browse files
Roman HaninRoman Hanin
authored andcommitted
B2B-1610 Upgrade to Flysystem 2.0
- review notices fix
1 parent 9698d9e commit 0ecc08e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/RemoteStorage/Driver/Adapter/Cache/CacheInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getMetadata(string $path): ?array;
4444
public function flushCache(): void;
4545

4646
/**
47-
* Save data to storage.
47+
* Purges data enqueued for deletion.
4848
*/
4949
public function purgeQueue(): void;
5050

@@ -88,7 +88,7 @@ public function deleteDir(string $dirname): void;
8888
public function updateMetadata(string $path, array $objectMetadata, bool $persist = false): void;
8989

9090
/**
91-
* Reset data in cache for object.
91+
* Store flag that path does not exist in the filesystem.
9292
*
9393
* @param string $path
9494
*/

0 commit comments

Comments
 (0)