Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Dec 13, 2018
1 parent e77823e commit 83f15e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Rule/Network/Url/OkResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function testValidateFailsWhenRequestResultsADnsException(): void
{
$this->httpClient
->method('request')
->willReturnCallback(function (Request $request) {
->willReturnCallback(function (Request $request): void {
$this->assertSame('https://pieterhordijk.com/foobar', $request->getArtaxRequest()->getUri());

throw new DnsException();
Expand Down

0 comments on commit 83f15e4

Please sign in to comment.