ErrorException [ Parse Error ]: syntax error, unexpected '.'

APPPATH/classes/Controller/Index/Categories.php [ 101 ]

 96 
 97 
 98                 $products = $category->products
 99                     ->where('status', '!=', 0)
100                     ->and_where('parent_id', '=', 0)
101                     ->order_by(...$sorttype)
102                     ->limit($limit)
103                     ->offset($offset)
104                     ->find_all();
105 
106                 $title = ($page > 1) ? $category->sub_title . ' (страница  ' . $page . ')' : $category->sub_title;
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment