Skip to content

Commit

Permalink
TASK: Adjust to new phpstan version
Browse files Browse the repository at this point in the history
Method Neos\Flow\Mvc\Routing\Dto\UriConstraints::withAddedQueryValues() should return $this(Neos\Flow\Mvc\Routing\Dto\UriConstraints) but returns static(Neos\Flow\Mvc\Routing\Dto\UriConstraints)
  • Loading branch information
mhsdesign committed Nov 7, 2024
1 parent cc9012d commit 7e20047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Flow/Classes/Mvc/Routing/Dto/UriConstraints.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 7e20047

Please sign in to comment.