Skip to content

Commit

Permalink
Suppress Psalm errors
Browse files Browse the repository at this point in the history
  • Loading branch information
inserve-paul committed Mar 25, 2024
1 parent b9d8fd5 commit 7f7fdd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/MarketplaceAPIClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
*/
class MarketplaceAPIClientTest extends TestCase
{
/** @psalm-suppress PropertyNotSetInConstructor */
protected ClientInterface $httpClient;

/** @psalm-suppress PropertyNotSetInConstructor */
protected MarketplaceAPIClient $marketplaceAPI;

/**
Expand Down

0 comments on commit 7f7fdd4

Please sign in to comment.