mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 00:24:59 +00:00
Partage d'export enregistré et génération asynchrone des exports
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Chill\MainBundle\Export;
|
||||
interface ExportElementsProviderInterface
|
||||
{
|
||||
/**
|
||||
* @return ExportElementInterface[]
|
||||
* @return iterable<ExportElementInterface>
|
||||
*/
|
||||
public function getExportElements();
|
||||
public function getExportElements(): iterable;
|
||||
}
|
||||
|
Reference in New Issue
Block a user