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

Commit 6ab71a1

Browse files
ezubkevichweierophinney
authored andcommitted
Minor Removed comma
1 parent dd42fa6 commit 6ab71a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UriTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,6 @@ public function testUtf8Uri()
566566
{
567567
$uri = new Uri('http://ουτοπία.δπθ.gr/');
568568

569-
$this->assertEquals('ουτοπία.δπθ.gr' , $uri->getHost());
569+
$this->assertEquals('ουτοπία.δπθ.gr', $uri->getHost());
570570
}
571571
}

0 commit comments

Comments
 (0)