From ec110499a87e38532b5f7f608519e9b0523581e1 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 31 Aug 2023 19:06:16 +0900 Subject: [PATCH] phan fixs --- www/lib/CoreLibs/Check/Colors.php | 2 -- www/lib/CoreLibs/Output/Image.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/www/lib/CoreLibs/Check/Colors.php b/www/lib/CoreLibs/Check/Colors.php index cbc93f6f..d896664a 100644 --- a/www/lib/CoreLibs/Check/Colors.php +++ b/www/lib/CoreLibs/Check/Colors.php @@ -14,8 +14,6 @@ declare(strict_types=1); namespace CoreLibs\Check; -use Exception; - class Colors { /** @var int 1 for HEX rgb */ diff --git a/www/lib/CoreLibs/Output/Image.php b/www/lib/CoreLibs/Output/Image.php index 9d385117..5af6ce3f 100644 --- a/www/lib/CoreLibs/Output/Image.php +++ b/www/lib/CoreLibs/Output/Image.php @@ -8,8 +8,6 @@ declare(strict_types=1); namespace CoreLibs\Output; -use Exception; - class Image { /**