Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
hcan359 committed Oct 26, 2024
1 parent b7c147a commit 205fcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RequestCookiesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function testRequestCookiesGet(): void
$this->assertSame('value', $requestCoockies->get('test'));
}

public function testRequestCookiesHas():void
public function testRequestCookiesHas(): void
{
$requestCoockies = $this->getRequestCookies();

Expand Down

0 comments on commit 205fcb0

Please sign in to comment.