Skip to content

Commit 66bbb30

Browse files
committed
Fix quality errors
1 parent 8f9ac48 commit 66bbb30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/XPath/XPathTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,11 @@ public function testXmlnsPrefixedDeclarationRegistersNamespaceViaAttributeBranch
294294
$this->assertSame('ok', $nodes[0]->textContent);
295295
}
296296

297+
297298
/**
298299
* Provides relative file paths for the two XML variants.
299300
*
300-
* @return array<int, array{0: string}>
301+
* @return array<string, array{0: string}>
301302
*/
302303
public static function xmlVariantsProviderForTopLevelSlatePerson(): array
303304
{

0 commit comments

Comments
 (0)