Change Client data hint

This commit is contained in:
fogelito
2022-12-19 13:25:01 +02:00
parent 91e17e4e94
commit dfd122efaa
+1 -5
View File
@@ -13,11 +13,7 @@ abstract class Scope extends TestCase
{
use Retryable;
/**
* @var Client
*/
protected $client = null;
protected ?Client $client = null;
protected string $endpoint = 'http://localhost/v1';
protected function setUp(): void