Skip to content

Commit 9622b8b

Browse files
committed
qa: fixes CS issue flagged by circle-ci
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 13ef0b2 commit 9622b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UriIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public function testGetPathNormalizesMultipleLeadingSlashesToSingleSlashToPreven
255255

256256
return [
257257
'expected' => $expected,
258-
'uri' => $uri,
258+
'uri' => $uri,
259259
];
260260
}
261261

0 commit comments

Comments
 (0)