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

Commit 70ca1b3

Browse files
committed
Reflows long line
1 parent fa7f669 commit 70ca1b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/UriTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,9 @@ public function testReservedCharsInPathUnencoded()
13681368
$uri->setHost('api.linkedin.com');
13691369
$uri->setPath('/v1/people/~:(first-name,last-name,email-address,picture-url)');
13701370

1371-
$this->assertSame('https://api.linkedin.com/v1/people/~:(first-name,last-name,email-address,picture-url)', $uri->toString());
1371+
$this->assertSame(
1372+
'https://api.linkedin.com/v1/people/~:(first-name,last-name,email-address,picture-url)',
1373+
$uri->toString()
1374+
);
13721375
}
13731376
}

0 commit comments

Comments
 (0)