Skip to content

Commit 7087804

Browse files
clxmstaabondrejmirtes
authored andcommitted
Remove no longer required phpdoc types
1 parent d128016 commit 7087804

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
class AssertTypeSpecifyingExtensionTest extends TypeInferenceTestCase
88
{
99

10-
/**
11-
* @return iterable<mixed>
12-
*/
1310
public function dataFileAsserts(): iterable
1411
{
1512
yield from $this->gatherAssertTypes(__DIR__ . '/data/array.php');

tests/Type/WebMozartAssert/AssertTypeSpecifyingExtensionTestBleedingEdge.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
class AssertTypeSpecifyingExtensionTestBleedingEdge extends TypeInferenceTestCase
88
{
99

10-
/** @return iterable<mixed> */
1110
public function dataFileAsserts(): iterable
1211
{
1312
yield from $this->gatherAssertTypes(__DIR__ . '/data/array-bleeding-edge.php');

0 commit comments

Comments
 (0)