From 3e272236a54f81b52eb9e391c86d21b162ffbff3 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 3 Oct 2023 11:03:15 -0700 Subject: [PATCH] lint: fix php Signed-off-by: Varun Patil --- lib/Service/BinExt.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); }