From be2985c797d1d3aac406f33130a4c80c2d6321e3 Mon Sep 17 00:00:00 2001 From: Jens True Date: Mon, 3 Jul 2023 13:23:12 +0000 Subject: [PATCH] Deprecation warnings --- tests/Notification/NtfyTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Notification/NtfyTest.php b/tests/Notification/NtfyTest.php index 876c356..71e9cb2 100644 --- a/tests/Notification/NtfyTest.php +++ b/tests/Notification/NtfyTest.php @@ -10,6 +10,7 @@ final class NtfyTest extends TestCase { private ?Ntfy $instance; + private object $client; protected function setUp(): void {