lint: fix php

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/807/merge
Varun Patil 2023-10-03 11:03:15 -07:00
parent 8f88c0f96e
commit 3e272236a5
1 changed files with 2 additions and 1 deletions

View File

@ -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();
}