From e64617a165d4baa514a696f2c271384ae34b6376 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Tue, 27 Aug 2024 10:04:12 +0200 Subject: [PATCH] fix: Correct wrong return type --- tests/Constraints/PointerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Constraints/PointerTest.php b/tests/Constraints/PointerTest.php index cbf01432..1623f41b 100644 --- a/tests/Constraints/PointerTest.php +++ b/tests/Constraints/PointerTest.php @@ -16,7 +16,7 @@ class PointerTest extends TestCase { protected $validateSchema = true; - public function testVariousPointers(): array + public function testVariousPointers(): void { $schema = [ 'type' => 'object',