Skip to content

Commit

Permalink
Close #198
Browse files Browse the repository at this point in the history
  • Loading branch information
neomerx committed Mar 14, 2018
1 parent 7d5e51f commit e6140f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Http/Query/BaseQueryParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public function getFields(): array
public function getSorts(): array
{
if ($this->sorts === null) {
$this->sorts = $this->iterableToArray(parent::getSorts());;
$this->sorts = $this->iterableToArray(parent::getSorts());
}

return $this->sorts;
Expand Down

0 comments on commit e6140f1

Please sign in to comment.