Skip to content

Commit 5c7ea47

Browse files
authored
Merge pull request #63 from php-http/analysis-LZRRek
Apply fixes from StyleCI
2 parents 6b66708 + c8ff542 commit 5c7ea47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/UriIntegrationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ public function testPathWithMultipleSlashes()
247247
* the authority, it will not cause URL poisoning and/or XSS issues.
248248
*
249249
* @see https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3257
250+
*
250251
* @psalm-param array{expected: non-empty-string, uri: UriInterface} $test
251252
*/
252253
public function testGetPathNormalizesMultipleLeadingSlashesToSingleSlashToPreventXSS()
@@ -273,6 +274,7 @@ public function testGetPathNormalizesMultipleLeadingSlashesToSingleSlashToPreven
273274
* provided when calling getPath()).
274275
*
275276
* @depends testGetPathNormalizesMultipleLeadingSlashesToSingleSlashToPreventXSS
277+
*
276278
* @psalm-param array{expected: non-empty-string, uri: UriInterface} $test
277279
*/
278280
public function testStringRepresentationWithMultipleSlashes(array $test)

0 commit comments

Comments
 (0)