Skip to content

Commit 59bdb59

Browse files
committed
Fix: change the return type.
1 parent 51c1fae commit 59bdb59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

system/HTTP/DownloadResponse.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,8 @@ public function getContentLength(): int
132132

133133
/**
134134
* Set content type by guessing mime type from file extension
135-
*
136-
* @return void
137135
*/
138-
private function setContentTypeByMimeType()
136+
private function setContentTypeByMimeType(): void
139137
{
140138
$mime = null;
141139
$charset = '';

0 commit comments

Comments
 (0)