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

Commit aa48298

Browse files
committed
cs fix
1 parent b8f12e0 commit aa48298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ public function portChangeDataProvider()
557557
/**
558558
* @dataProvider portChangeDataProvider
559559
*/
560-
public function testUriPortIsSetToAppropriateDefaultValueWhenAnAbsoluteUriOmittingThePortIsProvided($absoluteURI, $port)
560+
public function testUriPortIsSetToAppropriateDefaultValueWhenAnUriOmittingThePortIsProvided($absoluteURI, $port)
561561
{
562562
$client = new Client();
563563
$client->getUri()->setPort(null);

0 commit comments

Comments
 (0)