php code style fix for SimilarPersonMatcher replacement

This commit is contained in:
nobohan
2022-02-17 11:56:51 +01:00
parent bc08719c0c
commit d7f5de6570
4 changed files with 76 additions and 81 deletions

View File

@@ -71,13 +71,13 @@ final class PersonController extends AbstractController
*/
private $logger;
private PersonACLAwareRepositoryInterface $personACLAwareRepository;
/**
* @var ValidatorInterface
*/
private $validator;
private PersonACLAwareRepositoryInterface $personACLAwareRepository;
public function __construct(
TranslatorInterface $translator,
EventDispatcherInterface $eventDispatcher,