Skip to content

Commit a088154

Browse files
committed
Update AzureBlobStorageAdapter.php
1 parent c031031 commit a088154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AzureBlobStorageAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private function upload(string $path, $contents, ?Config $config = null): void
104104
try {
105105
$options = $this->buildUploadOptionsFromConfig($config);
106106

107-
if ($options->httpHeaders->contentType === "" ) {
107+
if ($options->httpHeaders->contentType === "") {
108108
$options->httpHeaders->contentType = $this->mimeTypeDetector->detectMimeType($path, $contents) ?? "";
109109
}
110110

0 commit comments

Comments
 (0)