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 2f82b88 commit d226a62
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 @@ -30,7 +30,7 @@ class UseCaseTest extends TestCase
*
* @var string

Check failure on line 31 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::$baseuri has useless @var annotation.
*/
protected string|array|false $baseuri;
private string $baseuri;

/**
* Common HTTP client
Expand Down

0 comments on commit d226a62

Please sign in to comment.