From b53138ebdec75ab3be4dd6b08204b8728b263cad Mon Sep 17 00:00:00 2001 From: orklah Date: Thu, 28 Oct 2021 22:10:22 +0200 Subject: [PATCH] fix CS --- tests/AnnotationTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/AnnotationTest.php b/tests/AnnotationTest.php index 9dd6dde84..5106ec618 100644 --- a/tests/AnnotationTest.php +++ b/tests/AnnotationTest.php @@ -3,7 +3,6 @@ namespace Psalm\Tests; use Psalm\Config; use Psalm\Context; -use UnexpectedValueException; use const DIRECTORY_SEPARATOR;