Skip to content

Commit e6140f1

Browse files
committed
Close #198
1 parent 7d5e51f commit e6140f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Http/Query/BaseQueryParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public function getFields(): array
274274
public function getSorts(): array
275275
{
276276
if ($this->sorts === null) {
277-
$this->sorts = $this->iterableToArray(parent::getSorts());;
277+
$this->sorts = $this->iterableToArray(parent::getSorts());
278278
}
279279

280280
return $this->sorts;

0 commit comments

Comments
 (0)