Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jan 23, 2024
1 parent f4658de commit 4e5d411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/UriTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function testAuthority($url, $expected)
self::assertEquals($expected, $uri->getAuthority());
}

public function queryStringsForEncoding(): array
public static function queryStringsForEncoding(): array
{
return [
'key-only' => ['k^ey', 'k%5Eey'],
Expand Down

0 comments on commit 4e5d411

Please sign in to comment.