Skip to content

Commit

Permalink
Fixed codeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Apr 22, 2024
1 parent 848b2f5 commit b7494aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/Adapter/FPM/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function getQueryString(): string
*
* Set HTTP request query string
*
* @param string $uri
* @param string $value
* @return static
*/
public function setQueryString(string $value): static
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Adapter/Swoole/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function getQueryString(): string
*
* Set HTTP request query string
*
* @param string $uri
* @param string $value
* @return static
*/
public function setQueryString(string $value): static
Expand Down

0 comments on commit b7494aa

Please sign in to comment.