Skip to content

Commit 28cb4bb

Browse files
committed
Fix
1 parent cb3a2cf commit 28cb4bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tests/DoctrineIntegration/TypeInferenceTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ public function dataFileAsserts(): iterable
1717

1818
/**
1919
* @dataProvider dataFileAsserts
20+
* @param mixed ...$args
2021
*/
2122
public function testFileAsserts(
2223
string $assertType,
2324
string $file,
24-
mixed ...$args
25+
...$args
2526
): void
2627
{
2728
$this->assertFileAsserts($assertType, $file, ...$args);

0 commit comments

Comments
 (0)