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

Commit 8cc05d9

Browse files
mtagliabmichalbundyra
authored andcommitted
Fix indentation
1 parent a11fde2 commit 8cc05d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/UriTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,14 +1371,13 @@ public function testReservedCharsInPathUnencoded()
13711371
$uri->toString()
13721372
);
13731373
}
1374-
1374+
13751375
public function testUriWithEndingColonWithoutPort()
13761376
{
13771377
$uriString = 'http://www.example.com:';
13781378
$uri = new Uri($uriString);
1379-
1379+
13801380
$this->assertSame($uri->getHost(), 'www.example.com');
13811381
$this->assertSame($uri->getPort(), null);
1382-
13831382
}
13841383
}

0 commit comments

Comments
 (0)