Upgrade of php-cs-fixer

This commit is contained in:
2024-09-11 14:21:32 +02:00
parent 8b1b255050
commit d0ee381627
273 changed files with 357 additions and 357 deletions

View File

@@ -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(),