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:
2025-10-07 11:24:17 +02:00
parent 1fd559b722
commit 60eab628ee
2 changed files with 3 additions and 1 deletions

View File

@@ -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;