mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-10 06:08:25 +00:00
Upgrade of php-cs-fixer
This commit is contained in:
@@ -26,7 +26,7 @@ interface PersonACLAwareRepositoryInterface
|
||||
?string $gender = null,
|
||||
?string $countryCode = null,
|
||||
?string $phonenumber = null,
|
||||
?string $city = null
|
||||
?string $city = null,
|
||||
): SearchApiQuery;
|
||||
|
||||
public function countBySearchCriteria(
|
||||
@@ -39,7 +39,7 @@ interface PersonACLAwareRepositoryInterface
|
||||
?string $gender = null,
|
||||
?string $countryCode = null,
|
||||
?string $phonenumber = null,
|
||||
?string $city = null
|
||||
?string $city = null,
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -58,6 +58,6 @@ interface PersonACLAwareRepositoryInterface
|
||||
?string $gender = null,
|
||||
?string $countryCode = null,
|
||||
?string $phonenumber = null,
|
||||
?string $city = null
|
||||
?string $city = null,
|
||||
): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user