Skip to content
Commits on Source (2)
  • Ben's avatar
    spacing · 1e8d36d4
    Ben authored
    1e8d36d4
  • Ben's avatar
    syntax · 3817cb1f
    Ben authored
    3817cb1f
......@@ -22,7 +22,6 @@ class ElasticRepository
/**
* Return a list of boosts
* @param array $opts
* @param array $order - optional - null, asc, desc.
* @return Response
*/
public function getList($opts = [])
......
......@@ -65,5 +65,4 @@ class ElasticRepositorySpec extends ObjectBehavior
$this->add($boost)
->shouldReturn(true);
}
}