From 6c050e1b46fa54e6a2ec1630813d2f6284941335 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 24 Feb 2023 11:51:02 +0100 Subject: [PATCH] wip #5456 @0:10 --- src/Files/Files.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Files/Files.php b/src/Files/Files.php index 3ca3392..1a124de 100644 --- a/src/Files/Files.php +++ b/src/Files/Files.php @@ -136,7 +136,6 @@ class Files public static function getBasename($file, $suffix = null) { - $f = new \SplFileInfo($file); if ($suffix == 'auto') { $suffix = '.' . self::getExtension($file); -- 2.39.5