mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 18:06:54 +01:00
@@ -109,9 +109,9 @@ class FileSystem
|
||||
/**
|
||||
* Comprueba y devuelve un directorio temporal válido
|
||||
*
|
||||
* @return bool|string
|
||||
* @return false|string
|
||||
*/
|
||||
public static function getTempDir(): bool|string
|
||||
public static function getTempDir(): false|string
|
||||
{
|
||||
$sysTmp = sys_get_temp_dir();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user