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

@@ -21,9 +21,9 @@ use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInt
use function count;
/*
* @deprecated
*/
/**
* @deprecated
*/
class SimilarPersonMatcher
{
public const SIMILAR_SEARCH_ORDER_BY_ALPHABETICAL = 'alphabetical';