From dfd122efaa83c960750acb05d395fe7d8091138d Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 19 Dec 2022 13:25:01 +0200 Subject: [PATCH] Change Client data hint --- tests/e2e/Scopes/Scope.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/e2e/Scopes/Scope.php b/tests/e2e/Scopes/Scope.php index f590f31fce..67361660a0 100644 --- a/tests/e2e/Scopes/Scope.php +++ b/tests/e2e/Scopes/Scope.php @@ -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