Skip to content

Commit 584c269

Browse files
committed
Remove unused use-statement
1 parent e155547 commit 584c269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/TokenValueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace SimpleSAML\Test\XML\Type;
66

7-
use PHPUnit\Framework\Attributes\{CoversClass, DataProvider, DataProviderExternal, DependsOnClass};
7+
use PHPUnit\Framework\Attributes\{CoversClass, DataProvider, DependsOnClass};
88
use PHPUnit\Framework\TestCase;
99
use SimpleSAML\Test\XML\Assert\TokenTest;
1010
use SimpleSAML\XML\Type\TokenValue;

0 commit comments

Comments
 (0)