Commit d97bce1f authored by Guy Thouret's avatar Guy Thouret
Browse files

(refactor) Use const for Boost type default - #1067

parent 2d0dc28e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@ class Iterator implements \Iterator
    protected $quality = 0;
    protected $quality = 0;
    protected $offset = null;
    protected $offset = null;
    protected $limit = 1;
    protected $limit = 1;
    protected $type = 'newsfeed'; // newsfeed, content
    protected $type = Boost::TYPE_NEWSFEED;
    protected $priority = false;
    protected $priority = false;
    protected $categories = null;
    protected $categories = null;
    protected $hydrate = true;
    protected $hydrate = true;