From: Vincent Vanwaelscappel Date: Fri, 24 Feb 2023 10:51:02 +0000 (+0100) Subject: wip #5456 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6c050e1b46fa54e6a2ec1630813d2f6284941335;p=cubist_util.git wip #5456 @0:10 --- 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);