rollback changes, since the implementation of the method "search" in the class "ComposerRepository" has parameter "type "
parent
1cced223d8
commit
64f3079c53
|
@ -102,7 +102,7 @@ class CompositeRepository extends BaseRepository
|
||||||
$matches = array();
|
$matches = array();
|
||||||
foreach ($this->repositories as $repository) {
|
foreach ($this->repositories as $repository) {
|
||||||
/* @var $repository RepositoryInterface */
|
/* @var $repository RepositoryInterface */
|
||||||
$matches[] = $repository->search($query, $mode);
|
$matches[] = $repository->search($query, $mode, $type);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $matches ? call_user_func_array('array_merge', $matches) : array();
|
return $matches ? call_user_func_array('array_merge', $matches) : array();
|
||||||
|
|
Loading…
Reference in New Issue