We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7a561 commit 7d558a9Copy full SHA for 7d558a9
psalm.xml
@@ -18,6 +18,7 @@
18
<issueHandlers>
19
<PropertyNotSetInConstructor errorLevel="suppress" />
20
<DeprecatedMethod errorLevel="suppress" />
21
+ <DeprecatedTrait errorLevel="suppress" />
22
<RedundantPropertyInitializationCheck errorLevel="suppress" />
23
<MissingOverrideAttribute errorLevel="suppress" />
24
<ClassMustBeFinal>
tests/Clients/DunningTest.php
@@ -4,7 +4,6 @@
4
5
namespace Sysix\LexOffice\Tests\Clients;
6
7
-use GuzzleHttp\Psr7\Response;
8
use Psr\Http\Message\ResponseInterface;
9
use Sysix\LexOffice\Clients\Dunning;
10
use Sysix\LexOffice\Tests\TestClient;
0 commit comments