We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b58b1 commit ccd14a4Copy full SHA for ccd14a4
src/Listener/ForceHttps.php
@@ -39,7 +39,7 @@ public function attach(EventManagerInterface $events, $priority = 1) : void
39
private function setHttpStrictTransportSecurity(
40
string $uriScheme,
41
Response $response,
42
- RouteMatch $match = null
+ ?RouteMatch $match
43
) : Response {
44
if ($this->isSkippedHttpStrictTransportSecurity($uriScheme, $match)) {
45
return $response;
0 commit comments