1313namespace Omines \DataTablesBundle \Exporter ;
1414
1515use Omines \DataTablesBundle \DataTable ;
16- use Omines \DataTablesBundle \DataTableState ;
1716use Omines \DataTablesBundle \Exception \InvalidArgumentException ;
1817use Omines \DataTablesBundle \Exporter \Event \DataTableExporterResponseEvent ;
1918use Symfony \Component \HttpFoundation \BinaryFileResponse ;
@@ -44,7 +43,6 @@ class DataTableExporterManager
4443 /**
4544 * DataTableExporterManager constructor.
4645 *
47- * @param DataTableExporterCollection $exporterCollection
4846 * @param TranslatorInterface|LegacyTranslatorInterface $translator
4947 */
5048 public function __construct (DataTableExporterCollection $ exporterCollection , $ translator )
@@ -58,8 +56,6 @@ public function __construct(DataTableExporterCollection $exporterCollection, $tr
5856 }
5957
6058 /**
61- * @param string $exporterName
62- *
6359 * @return DataTableExporterManager
6460 */
6561 public function setExporterName (string $ exporterName ): self
@@ -70,8 +66,6 @@ public function setExporterName(string $exporterName): self
7066 }
7167
7268 /**
73- * @param DataTable $dataTable
74- *
7569 * @return DataTableExporterManager
7670 */
7771 public function setDataTable (DataTable $ dataTable ): self
@@ -82,8 +76,6 @@ public function setDataTable(DataTable $dataTable): self
8276 }
8377
8478 /**
85- * @return Response
86- *
8779 * @throws \Omines\DataTablesBundle\Exception\UnknownDataTableExporterException
8880 */
8981 public function getResponse (): Response
@@ -121,8 +113,6 @@ private function getColumnNames(): array
121113 *
122114 * A Generator is created in order to remove the 'DT_RowId' key
123115 * which is created by some adapters (e.g. ORMAdapter).
124- *
125- * @return \Iterator
126116 */
127117 private function getAllData (): \Iterator
128118 {
0 commit comments