mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
Fix Psalm issues
This commit is contained in:
parent
ce05172932
commit
259946d961
6 changed files with 33 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ abstract class AbstractRequest
|
|||
|
||||
public const BASE_URL = 'https://server.glassboxx.co.uk';
|
||||
|
||||
/** @var HttpClient */
|
||||
/** @var HttpClientInterface */
|
||||
protected $client;
|
||||
|
||||
public function __construct(HttpClientInterface $client = null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue