We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 792b0c6 + ecf3a2a commit 0748272Copy full SHA for 0748272
src/SwiftAdapter.php
@@ -344,7 +344,10 @@ protected function getObject(string $path): StorageObject
344
return $object;
345
}
346
347
- protected function normalizeObject(StorageObject $object): FileAttributes|DirectoryAttributes
+ /**
348
+ * @return FileAttributes|DirectoryAttributes
349
+ */
350
+ protected function normalizeObject(StorageObject $object)
351
{
352
$name = $this->prefixer->stripDirectoryPrefix($object->name);
353
0 commit comments