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');