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 7dbcb8d commit c576ec3Copy full SHA for c576ec3
src/HttpsTrait.php
@@ -54,8 +54,8 @@ private function isGoingToBeForcedToHttps($match = null) : bool
54
/**
55
* Check if Setup Strict-Transport-Security need to be skipped.
56
*
57
- * @param RouteMatch|RouteResult|null $match
58
* @param Response|ResponseInterface $response
+ * @param RouteMatch|RouteResult|null $match
59
60
*/
61
private function isSkippedHttpStrictTransportSecurity(string $uriScheme, $response, $match = null) : bool
0 commit comments