mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-01 03:29:41 +00:00
Improve type declarations and add PHPDoc for ThirdPartySearch and ThirdPartyRepository
This commit is contained in:
@@ -69,7 +69,7 @@ class ThirdPartySearch implements SearchInterface
|
||||
return false;
|
||||
}
|
||||
|
||||
public function renderResult(array $terms, $start = 0, $limit = 50, $options = [], $format = 'html')
|
||||
public function renderResult(array $terms, $start = 0, $limit = 50, $options = [], $format = 'html'): array
|
||||
{
|
||||
$centers = $this->authorizationHelper
|
||||
->getReachableCenters(
|
||||
|
||||
Reference in New Issue
Block a user