Skip to content

Commit 351760c

Browse files
committed
space
1 parent ccd14a4 commit 351760c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Listener/ForceHttps.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public function attach(EventManagerInterface $events, $priority = 1) : void
3737
}
3838

3939
private function setHttpStrictTransportSecurity(
40-
string $uriScheme,
41-
Response $response,
40+
string $uriScheme,
41+
Response $response,
4242
?RouteMatch $match
4343
) : Response {
4444
if ($this->isSkippedHttpStrictTransportSecurity($uriScheme, $match)) {

0 commit comments

Comments
 (0)