Skip to content

Commit 762ca83

Browse files
committed
test: fix @param types
1 parent c0c5fca commit 762ca83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/Test/DOMParserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static function provideText(): iterable
9191
/**
9292
* @dataProvider provideText
9393
*
94-
* @param mixed $text
94+
* @param string $text
9595
*/
9696
public function testSeeText($text): void
9797
{
@@ -139,7 +139,7 @@ public function testSeeFail(): void
139139
/**
140140
* @dataProvider provideText
141141
*
142-
* @param mixed $text
142+
* @param string $text
143143
*/
144144
public function testSeeElement($text): void
145145
{

0 commit comments

Comments
 (0)