Skip to content

Commit

Permalink
Merge pull request #45196 from nextcloud/fix/oc_image/exif_imagetype-…
Browse files Browse the repository at this point in the history
…return-type
  • Loading branch information
provokateurin authored May 6, 2024
2 parents b534a70 + ce53a7a commit 890c5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/legacy/OC_Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ public function __destruct() {
*
* @link https://www.php.net/manual/en/function.exif-imagetype.php#80383
* @param string $fileName
* @return string|boolean
* @return int|false
*/
function exif_imagetype(string $fileName) {
if (($info = getimagesize($fileName)) !== false) {
Expand Down

0 comments on commit 890c5b8

Please sign in to comment.