From 793c6919b98957105e03ec7bf801a7746117010c Mon Sep 17 00:00:00 2001 From: Markus Staab <47448731+clxmstaab@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:19:24 +0100 Subject: [PATCH] Remove no longer required phpdoc types --- .../Type/WebMozartAssert/AssertTypeSpecifyingExtensionTest.php | 3 --- .../AssertTypeSpecifyingExtensionTestBleedingEdge.php | 1 - 2 files changed, 4 deletions(-) diff --git a/tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTest.php b/tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTest.php index a0b14dd..951b354 100644 --- a/tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTest.php +++ b/tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTest.php @@ -7,9 +7,6 @@ class AssertTypeSpecifyingExtensionTest extends TypeInferenceTestCase { - /** - * @return iterable - */ public function dataFileAsserts(): iterable { yield from $this->gatherAssertTypes(__DIR__ . '/data/array.php'); diff --git a/tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTestBleedingEdge.php b/tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTestBleedingEdge.php index 0eb16c8..bbd9dda 100644 --- a/tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTestBleedingEdge.php +++ b/tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTestBleedingEdge.php @@ -7,7 +7,6 @@ class AssertTypeSpecifyingExtensionTestBleedingEdge extends TypeInferenceTestCase { - /** @return iterable */ public function dataFileAsserts(): iterable { yield from $this->gatherAssertTypes(__DIR__ . '/data/array-bleeding-edge.php');