diff --git a/RequestMatcher.php b/RequestMatcher.php index 8c5f1d813..ac155fa30 100644 --- a/RequestMatcher.php +++ b/RequestMatcher.php @@ -88,7 +88,7 @@ public function matchHost(?string $regexp) } /** - * Adds a check for the the URL port. + * Adds a check for the URL port. * * @param int|null $port The port number to connect to *