Skip to content

Commit

Permalink
Update test/Client/UseCaseTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: George Steel <[email protected]>
Signed-off-by: Stéphane <[email protected]>
  • Loading branch information
fezfez and gsteel authored Dec 4, 2024
1 parent d226a62 commit 214c904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Client/UseCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class UseCaseTest extends TestCase
*
* @var HTTPClient

Check failure on line 38 in test/Client/UseCaseTest.php

View workflow job for this annotation

GitHub Actions / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Property \LaminasTest\Http\Client\UseCaseTest::$client has useless @var annotation.
*/
protected HTTPClient|null $client;
private HTTPClient $client;

/**
* Common HTTP client adapter
Expand Down

0 comments on commit 214c904

Please sign in to comment.