chore: Remove Task

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-04-30 06:38:49 +02:00
parent 5e968200bb
commit 5fd1a5c6da
13 changed files with 65 additions and 883 deletions

View File

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