Skip to content

Commit cf00f6c

Browse files
committed
fix phpstan
1 parent 29bae13 commit cf00f6c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/system/Validation/ValidationTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,14 @@ public function testRuleWithMultipleAsterisk(
18681868
$this->assertSame($expectedData, $this->validation->getValidated());
18691869
}
18701870

1871+
/**
1872+
* @return iterable<string, array{
1873+
* 0: array<string, mixed>,
1874+
* 1: array<string, string>,
1875+
* 2: bool,
1876+
* 3: array<string, mixed>
1877+
* }>
1878+
*/
18711879
public static function provideRuleWithMultipleAsterisk(): iterable
18721880
{
18731881
yield 'success' => [

0 commit comments

Comments
 (0)