mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-06 14:09:40 +00:00
DX: more type hint for DirectExportInterface
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user