From: Vincent Vanwaelscappel Date: Thu, 7 Aug 2025 15:26:43 +0000 (+0200) Subject: #7684 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4e307c0cc8120d508efcfaf777554ed9bd75755f;p=cubist_util.git #7684 --- diff --git a/src/CommandLine/Poppler.php b/src/CommandLine/Poppler.php index 9e504d2..bce20c7 100644 --- a/src/CommandLine/Poppler.php +++ b/src/CommandLine/Poppler.php @@ -111,7 +111,7 @@ class Poppler return $res; } - public static function extractAreaFilehash($file, $page, $rect, $options) + public static function extractAreaFilehash($file, $page, $rect, $options): string { $f = Files::hashFileAttributes($file) . '||' . '++' . json_encode($rect) . '**' . json_encode($options) . '||' . $page . '!!'; return hash('sha256', $f);