Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Sep 16, 2017
1 parent 07acb82 commit c15d1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HttpStatusTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public function ianaCodesReasonPhrasesProvider(): array
return $ianaCodesReasonPhrases;
}

public function testChangeExceptionMessage()
public function testChangeExceptionMessage(): void
{
$message = 'new message';
$exception = new Exception\NotFoundException($message);
Expand Down

0 comments on commit c15d1aa

Please sign in to comment.