Skip to content

Commit 3439acd

Browse files
Merge pull request #45199 from nextcloud/backport/45196/stable29
2 parents 75fb6fd + 8fcf433 commit 3439acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/legacy/OC_Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ public function __destruct() {
11671167
*
11681168
* @link https://www.php.net/manual/en/function.exif-imagetype.php#80383
11691169
* @param string $fileName
1170-
* @return string|boolean
1170+
* @return int|false
11711171
*/
11721172
function exif_imagetype(string $fileName) {
11731173
if (($info = getimagesize($fileName)) !== false) {

0 commit comments

Comments
 (0)