mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-28 02:59:40 +00:00
Fix CS and add more comments within ticket bundle
This commit is contained in:
@@ -68,6 +68,6 @@ interface PersonACLAwareRepositoryInterface
|
||||
public function findByPhone(
|
||||
PhoneNumber $phoneNumber,
|
||||
int $start = 0,
|
||||
int $limit = 20
|
||||
int $limit = 20,
|
||||
): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user