You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-01-18T09:03:53.688727445Z stderr F TypeError: jgivoni\Flysystem\Cache\CacheAdapter::jgivoni\Flysystem\Cache\
{closure}(): Argument #1 ($fileAttributes) must be of type League\Flysystem\FileAttributes,
League\Flysystem\DirectoryAttributes given, called in /app/vendor/jgivoni/flysystem-cache-
adapter/src/CacheItemsTrait.php on line 149 in /app/vendor/jgivoni/flysystem-cache-adapter/src/CacheAdapter.php:269
The text was updated successfully, but these errors were encountered:
Throw runtime exception in CacheItemsTrait::getFileAttributes and catch it in each of the attribute accessors in CacheAdapter, then convert it to the appropriate exception.
Create unit tests for errors in each accessor method. Expect exception on file not found, path is folder (cached) and path is folder (non-cached).
The text was updated successfully, but these errors were encountered: