mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-08 14:29:42 +00:00
Clarify documentation in PersonIdentifierManagerInterface
and fix formatting in SQL query
- Updated PHPDoc in `getWorkers` method to explicitly state that only active definitions are returned. - Standardized number formatting in SQL query for better readability and consistency.
This commit is contained in:
@@ -18,6 +18,8 @@ interface PersonIdentifierManagerInterface
|
||||
/**
|
||||
* Build PersonIdentifierWorker's for all active definition.
|
||||
*
|
||||
* Only active definition are returned.
|
||||
*
|
||||
* @return list<PersonIdentifierWorker>
|
||||
*/
|
||||
public function getWorkers(): array;
|
||||
|
Reference in New Issue
Block a user