diff --git a/Neos.Flow/Classes/Mvc/Routing/Dto/UriConstraints.php b/Neos.Flow/Classes/Mvc/Routing/Dto/UriConstraints.php index 8de69c9207..cfead76153 100644 --- a/Neos.Flow/Classes/Mvc/Routing/Dto/UriConstraints.php +++ b/Neos.Flow/Classes/Mvc/Routing/Dto/UriConstraints.php @@ -213,7 +213,7 @@ public function withQueryString(string $queryString): self * Create a new instance with a query string corresponding to the given $values merged with any existing query string constraint * * @param array $values - * @return $this + * @return UriConstraints */ public function withAddedQueryValues(array $values): self {