Skip to content

Commit

Permalink
fix filters
Browse files Browse the repository at this point in the history
  • Loading branch information
bessudnov committed Jul 3, 2020
1 parent 338cf05 commit f500af5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/AmoCRM/Filters/Interfaces/HasOrderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace AmoCRM\Filters\Interfaces;

use AmoCRM\Filters\Traits\PagesFilterTrait;

/**
* Интерфейс для фильтров, которые поддерживают постраничную навигацию
* @package AmoCRM\Filters\Interfaces
Expand All @@ -22,7 +20,7 @@ interface HasOrderInterface
public function setOrder(string $field, string $direction = self::SORT_ASC);

/**
* @return array
* @return null|array
*/
public function getOrder(): array;
public function getOrder(): ?array;
}

0 comments on commit f500af5

Please sign in to comment.