Skip to content

Commit

Permalink
Fixing styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSteveKing committed Oct 12, 2020
1 parent 816b80c commit a311e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ public function query(): ParameterBag

/**
* @param string $key
* @param mixed $value
* @param bool $covertBoolToString
* @param mixed $value
* @param bool $covertBoolToString
* @return self
*/
public function addQueryParam(string $key, $value, bool $covertBoolToString = false): self
Expand Down

0 comments on commit a311e10

Please sign in to comment.