From c9e3f2e6b42028d39357ca5b4a6a75c4dae47321 Mon Sep 17 00:00:00 2001 From: Mathieu De Keyzer Date: Tue, 17 Dec 2024 11:36:12 +0100 Subject: [PATCH] chore: phpcs --- EMS/core-bundle/src/Controller/Wysiwyg/StylesetController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/EMS/core-bundle/src/Controller/Wysiwyg/StylesetController.php b/EMS/core-bundle/src/Controller/Wysiwyg/StylesetController.php index 87495c4db..7f1bf1569 100644 --- a/EMS/core-bundle/src/Controller/Wysiwyg/StylesetController.php +++ b/EMS/core-bundle/src/Controller/Wysiwyg/StylesetController.php @@ -8,10 +8,8 @@ use EMS\CommonBundle\Storage\StorageManager; use EMS\CoreBundle\Entity\WysiwygStylesSet; use EMS\CoreBundle\Service\WysiwygStylesSetService; -use EMS\Helpers\File\File; use EMS\Helpers\Html\Headers; use EMS\Helpers\Standard\Json; -use EMS\Helpers\Standard\Type; use ScssPhp\ScssPhp\Compiler; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request;