@@ -28,6 +28,7 @@ abstract class DataTable implements DataTableButtons
2828 * DataTables print preview view.
2929 *
3030 * @phpstan-var view-string
31+ *
3132 * @var string
3233 */
3334 protected string $ printPreview = 'datatables::print ' ;
@@ -191,6 +192,7 @@ public function __construct()
191192 * Process dataTables needed render output.
192193 *
193194 * @phpstan-param view-string $view
195+ *
194196 * @param string $view
195197 * @param array $data
196198 * @param array $mergeData
@@ -441,6 +443,7 @@ public function response(callable $callback): static
441443 * Export results to Excel file.
442444 *
443445 * @return string|\Symfony\Component\HttpFoundation\BinaryFileResponse|\Symfony\Component\HttpFoundation\StreamedResponse
446+ *
444447 * @throws \Exception
445448 */
446449 public function excel ()
@@ -465,6 +468,7 @@ public function excel()
465468 * Build Excel file and prepare for export.
466469 *
467470 * @return mixed|FastExcel
471+ *
468472 * @throws \Exception
469473 */
470474 protected function buildExcelFile ()
@@ -572,6 +576,7 @@ private function toColumnsCollection(array $columns): Collection
572576 * Export results to CSV file.
573577 *
574578 * @return string|\Symfony\Component\HttpFoundation\StreamedResponse
579+ *
575580 * @throws \Exception
576581 */
577582 public function csv ()
@@ -595,6 +600,7 @@ public function csv()
595600 * Export results to PDF file.
596601 *
597602 * @return \Illuminate\Http\Response|string|\Symfony\Component\HttpFoundation\StreamedResponse
603+ *
598604 * @throws \Box\Spout\Common\Exception\IOException
599605 * @throws \Box\Spout\Common\Exception\InvalidArgumentException
600606 * @throws \Box\Spout\Common\Exception\UnsupportedTypeException
0 commit comments