mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -45,7 +45,7 @@ class SimilarPersonMatcher
|
||||
AuthorizationHelper $authorizationHelper,
|
||||
TokenStorageInterface $tokenStorage,
|
||||
protected PersonNotDuplicateRepository $personNotDuplicateRepository,
|
||||
protected PersonRenderInterface $personRender
|
||||
protected PersonRenderInterface $personRender,
|
||||
) {
|
||||
$this->em = $em;
|
||||
$this->authorizationHelper = $authorizationHelper;
|
||||
@@ -56,7 +56,7 @@ class SimilarPersonMatcher
|
||||
Person $person,
|
||||
float $precision = 0.30,
|
||||
string $orderBy = self::SIMILAR_SEARCH_ORDER_BY_SIMILARITY,
|
||||
bool $addYearComparison = false
|
||||
bool $addYearComparison = false,
|
||||
) {
|
||||
$centers = $this->authorizationHelper->getReachableCenters(
|
||||
$this->tokenStorage->getToken()->getUser(),
|
||||
|
Reference in New Issue
Block a user