File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments