Skip to content

Commit 9bc18d1

Browse files
committed
fix: remove duplicate CoversClass attribute for PHP 8.5 compatibility
1 parent d1c5520 commit 9bc18d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/Integration/ClientWorkflowTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
/**
2020
* Integration tests for the complete client workflow
2121
*/
22-
#[
23-
CoversClass(DiscogsClientFactory::class),
24-
CoversClass(DiscogsClient::class)
25-
]
22+
#[CoversClass(DiscogsClient::class)]
2623
final class ClientWorkflowTest extends IntegrationTestCase
2724
{
2825
/**

0 commit comments

Comments
 (0)