]> _ Git - cubist_util.git/commitdiff
wip #5456 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 Feb 2023 10:51:02 +0000 (11:51 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 Feb 2023 10:51:02 +0000 (11:51 +0100)
src/Files/Files.php

index 3ca33920ff682d8a941db0080d1b3c251ee6ee61..1a124de41c49aa3ff25ecc5c0af5232156cd58ce 100644 (file)
@@ -136,7 +136,6 @@ class Files
 
     public static function getBasename($file, $suffix = null)
     {
-
         $f = new \SplFileInfo($file);
         if ($suffix == 'auto') {
             $suffix = '.' . self::getExtension($file);