Skip to content

Commit 8daa086

Browse files
committed
AC-10971::PHP 8.2/8.3, only one dependency fails the php linter at the moment: league/flysystem
1 parent c1bb9a4 commit 8daa086

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/RemoteStorage/Driver/Adapter/CachedAdapter.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,9 @@ public function visibility(string $path): FileAttributes
223223
$result = $this->metadataProvider->getMetadata($path);
224224
return new FileAttributes($path, null, $result['visibility']);
225225
}
226+
227+
public function directoryExists(string $path): bool
228+
{
229+
// TODO: Implement directoryExists() method.
230+
}
226231
}

0 commit comments

Comments
 (0)