Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Aug 13, 2018
1 parent b8f12e0 commit aa48298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ClientTest.php
Expand Up @@ -557,7 +557,7 @@ public function portChangeDataProvider()
/**
* @dataProvider portChangeDataProvider
*/
public function testUriPortIsSetToAppropriateDefaultValueWhenAnAbsoluteUriOmittingThePortIsProvided($absoluteURI, $port)
public function testUriPortIsSetToAppropriateDefaultValueWhenAnUriOmittingThePortIsProvided($absoluteURI, $port)
{
$client = new Client();
$client->getUri()->setPort(null);
Expand Down

0 comments on commit aa48298

Please sign in to comment.