Skip to content

Commit 3043f81

Browse files
committed
Fix: change the return type.
1 parent d8bd77f commit 3043f81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/HTTP/DownloadResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function getContentLength(): int
129129
/**
130130
* Set content type by guessing mime type from file extension
131131
*/
132-
private function setContentTypeByMimeType()
132+
private function setContentTypeByMimeType(): void
133133
{
134134
$mime = null;
135135
$charset = '';

0 commit comments

Comments
 (0)