We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9ac48 commit 66bbb30Copy full SHA for 66bbb30
tests/XPath/XPathTest.php
@@ -294,10 +294,11 @@ public function testXmlnsPrefixedDeclarationRegistersNamespaceViaAttributeBranch
294
$this->assertSame('ok', $nodes[0]->textContent);
295
}
296
297
+
298
/**
299
* Provides relative file paths for the two XML variants.
300
*
- * @return array<int, array{0: string}>
301
+ * @return array<string, array{0: string}>
302
*/
303
public static function xmlVariantsProviderForTopLevelSlatePerson(): array
304
{
0 commit comments