Fix Psalm issues

This commit is contained in:
Oliver Davies 2020-06-05 21:37:17 +01:00
parent ce05172932
commit 259946d961
6 changed files with 33 additions and 4 deletions

View file

@ -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)