We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c5fca commit 762ca83Copy full SHA for 762ca83
1 file changed
tests/system/Test/DOMParserTest.php
@@ -91,7 +91,7 @@ public static function provideText(): iterable
91
/**
92
* @dataProvider provideText
93
*
94
- * @param mixed $text
+ * @param string $text
95
*/
96
public function testSeeText($text): void
97
{
@@ -139,7 +139,7 @@ public function testSeeFail(): void
139
140
141
142
143
144
public function testSeeElement($text): void
145
0 commit comments