Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
spacing
· 1e8d36d4
Ben
authored
Jul 04, 2019
1e8d36d4
syntax
· 3817cb1f
Ben
authored
Jul 04, 2019
3817cb1f
Hide whitespace changes
Inline
Side-by-side
Core/Boost/Network/ElasticRepository.php
View file @
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
=
[])
...
...
Spec/Core/Boost/Network/ElasticRepositorySpec.php
View file @
3817cb1f
...
...
@@ -65,5 +65,4 @@ class ElasticRepositorySpec extends ObjectBehavior
$this
->
add
(
$boost
)
->
shouldReturn
(
true
);
}
}