Skip to content

Commit c1ec62c

Browse files
chore(files/cache): fixup MoveFromCacheTrait::moveFromCache docblock
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 09e89c7 commit c1ec62c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Files/Cache/MoveFromCacheTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ abstract public function copyFromCache(ICache $sourceCache, ICacheEntry $sourceE
3535
* @param ICache $sourceCache
3636
* @param string $sourcePath
3737
* @param string $targetPath
38-
* @throws \RuntimeException if the source entry cannot be copied
38+
* @throws \RuntimeException if the source path cannot be found in cache
3939
*/
4040
public function moveFromCache(ICache $sourceCache, $sourcePath, $targetPath) {
4141
$sourceEntry = $sourceCache->get($sourcePath);

0 commit comments

Comments
 (0)