diff --git a/lib/Service/BinExt.php b/lib/Service/BinExt.php index dde1cbbc..67f82712 100644 --- a/lib/Service/BinExt.php +++ b/lib/Service/BinExt.php @@ -13,7 +13,8 @@ class BinExt public const NX_VER_MIN = '1.0'; /** Get the path to the temp directory */ - public static function getTmpPath(): string { + public static function getTmpPath(): string + { return Util::getSystemConfig('memories.exiftool.tmp') ?: sys_get_temp_dir(); }