Skip to content

Commit 7d558a9

Browse files
committed
CS
1 parent ac7a561 commit 7d558a9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<issueHandlers>
1919
<PropertyNotSetInConstructor errorLevel="suppress" />
2020
<DeprecatedMethod errorLevel="suppress" />
21+
<DeprecatedTrait errorLevel="suppress" />
2122
<RedundantPropertyInitializationCheck errorLevel="suppress" />
2223
<MissingOverrideAttribute errorLevel="suppress" />
2324
<ClassMustBeFinal>

tests/Clients/DunningTest.php

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

55
namespace Sysix\LexOffice\Tests\Clients;
66

7-
use GuzzleHttp\Psr7\Response;
87
use Psr\Http\Message\ResponseInterface;
98
use Sysix\LexOffice\Clients\Dunning;
109
use Sysix\LexOffice\Tests\TestClient;

0 commit comments

Comments
 (0)