Skip to content

Commit ce31697

Browse files
committed
Remove unneeded imports and disable irrelevant inspections
1 parent c14bbb1 commit ce31697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/dominant-color-images/tests/test-dominant-color-image-editor-imagick.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* @since 1.2.0
66
*
77
* @package dominant-color-images
8+
* @noinspection PhpComposerExtensionStubsInspection
9+
* @noinspection PhpUnhandledExceptionInspection
810
*/
911

1012
use Dominant_Color_Images\Tests\TestCase;
11-
use Imagick;
12-
use ImagickPixel;
1313

1414
/**
1515
* @coversDefaultClass Dominant_Color_Image_Editor_Imagick

0 commit comments

Comments
 (0)