Skip to content

Commit

Permalink
Fix unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Nov 15, 2017
1 parent 004be84 commit 53dd23f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Pairs.php
Expand Up @@ -28,8 +28,7 @@ final class Pairs implements IteratorAggregate
public function __construct(
QueryString $queryString,
bool $decodeKeys = false,
bool $decodeValues = false,
string $separator = null
bool $decodeValues = false
) {

$this->queryString = $queryString;
Expand Down

0 comments on commit 53dd23f

Please sign in to comment.