Skip to content

Commit

Permalink
use Pagerfanta to return getTicketList
Browse files Browse the repository at this point in the history
  • Loading branch information
hackzilla committed Jun 28, 2017
1 parent f4eecfe commit 2343bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Manager/TicketManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Hackzilla\TicketMessage\Model\Pagination;
use Hackzilla\TicketMessage\Model\TicketInterface;
use Hackzilla\TicketMessage\Model\TicketMessageInterface;
use Pagerfanta\Pagerfanta;

interface TicketManagerInterface
{
Expand Down Expand Up @@ -80,7 +81,7 @@ public function findTicketsBy(array $criteria);
* @param int $ticketStatus
* @param int $ticketPriority
*
* @return mixed
* @return Pagerfanta
*/
public function getTicketList($ticketStatus, $ticketPriority = null);

Expand Down

0 comments on commit 2343bdf

Please sign in to comment.