Skip to content

Commit

Permalink
Merge branch 'issue-259' of github.com:dotkernel/api into issue-259
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudiu Pintiuta committed May 27, 2024
2 parents aa47bbd + baeab52 commit 27c5f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/ContentNegotiationMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function testCheckAccept(): void
);
}

public function testCheckContentType()
public function testCheckContentType(): void
{
$this->assertTrue(
$this->subject->checkContentType(self::ROUTE_NAME, '')
Expand Down

0 comments on commit 27c5f5e

Please sign in to comment.