DX: more type hint for DirectExportInterface

This commit is contained in:
2022-10-06 23:43:16 +02:00
parent 07d15f0a68
commit 2fdb1dfb52
2 changed files with 5 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ class ListPersonDuplicate implements DirectExportInterface, ExportElementValidat
/**
* @return string
*/
public function getDescription()
public function getDescription(): string
{
return 'Create a list of duplicate people';
}