Skip to content

Commit c576ec3

Browse files
committed
sort @param
1 parent 7dbcb8d commit c576ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ private function isGoingToBeForcedToHttps($match = null) : bool
5454
/**
5555
* Check if Setup Strict-Transport-Security need to be skipped.
5656
*
57-
* @param RouteMatch|RouteResult|null $match
5857
* @param Response|ResponseInterface $response
58+
* @param RouteMatch|RouteResult|null $match
5959
*
6060
*/
6161
private function isSkippedHttpStrictTransportSecurity(string $uriScheme, $response, $match = null) : bool

0 commit comments

Comments
 (0)