From 7f7fdd461094786f978ef6d0e2128fd1d5652bcd Mon Sep 17 00:00:00 2001 From: Paul Radt Date: Mon, 25 Mar 2024 11:25:13 +0100 Subject: [PATCH] Suppress Psalm errors --- tests/MarketplaceAPIClientTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/MarketplaceAPIClientTest.php b/tests/MarketplaceAPIClientTest.php index 4233c75..9d621ad 100644 --- a/tests/MarketplaceAPIClientTest.php +++ b/tests/MarketplaceAPIClientTest.php @@ -20,7 +20,10 @@ */ class MarketplaceAPIClientTest extends TestCase { + /** @psalm-suppress PropertyNotSetInConstructor */ protected ClientInterface $httpClient; + + /** @psalm-suppress PropertyNotSetInConstructor */ protected MarketplaceAPIClient $marketplaceAPI; /**