mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
PHP CS Fixer updated (3.63.1 -> v3.64.0)
This commit is contained in:
@@ -18,7 +18,7 @@ class Result
|
||||
/**
|
||||
* mixed an arbitrary result.
|
||||
*/
|
||||
private $result
|
||||
private $result,
|
||||
) {}
|
||||
|
||||
public function getRelevance(): float
|
||||
|
@@ -120,7 +120,7 @@ class SearchProvider
|
||||
$start = 0,
|
||||
$limit = 50,
|
||||
array $options = [],
|
||||
$format = 'html'
|
||||
$format = 'html',
|
||||
) {
|
||||
$terms = $this->parse($pattern);
|
||||
$search = $this->getByName($name);
|
||||
@@ -150,7 +150,7 @@ class SearchProvider
|
||||
$start = 0,
|
||||
$limit = 50,
|
||||
array $options = [],
|
||||
$format = 'html'
|
||||
$format = 'html',
|
||||
) {
|
||||
$terms = $this->parse($pattern);
|
||||
$results = [];
|
||||
|
Reference in New Issue
Block a user