Skip to content

Commit

Permalink
Merge pull request #304 from aleswita/phpstan_fix
Browse files Browse the repository at this point in the history
phpstan fix
  • Loading branch information
akrabat committed Jun 8, 2024
2 parents 08dbc65 + d9306b7 commit f583b1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ public function getQueryParams(): array
// Decode URL data
parse_str($this->uri->getQuery(), $this->queryParams);

// @phpstan-ignore-next-line
return is_array($this->queryParams) ? $this->queryParams : [];
}

Expand Down

0 comments on commit f583b1c

Please sign in to comment.