From a1bd6cea1bbb3041ee8e2ba44a80cd2ea0b8209f Mon Sep 17 00:00:00 2001 From: wn_ Date: Tue, 10 Dec 2024 20:31:16 +0000 Subject: Use native typing in more places and clean up 'FeedEnclosure' a bit. --- tests/integration/ApiTest.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tests/integration/ApiTest.php') diff --git a/tests/integration/ApiTest.php b/tests/integration/ApiTest.php index 4b47ec4b0..65c3828f6 100644 --- a/tests/integration/ApiTest.php +++ b/tests/integration/ApiTest.php @@ -3,12 +3,8 @@ use PHPUnit\Framework\TestCase; /** @group integration */ final class ApiTest extends TestCase { - - /** @var string */ - private $api_url; - - /** @var string */ - private $sid; + private string $api_url; + private string $sid; function __construct() { $this->api_url = getenv('API_URL'); -- cgit v1.2.3-54-g00ecf