summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/ExportGedcomClient.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2021-05-20 08:25:35 +0100
committerGreg Roach <fisharebest@gmail.com>2021-05-20 08:25:35 +0100
commitcd67e82a0535fae03441bd9702092f6013ffda52 (patch)
tree0194ab064a62e71af2dc86aa8a4857e74368e99a /app/Http/RequestHandlers/ExportGedcomClient.php
parent8da28f8eeb6a007f6a92c338f40f688832a124a4 (diff)
downloadwebtrees-cd67e82a0535fae03441bd9702092f6013ffda52.tar.gz
webtrees-cd67e82a0535fae03441bd9702092f6013ffda52.tar.bz2
webtrees-cd67e82a0535fae03441bd9702092f6013ffda52.zip
CodeStyle
Diffstat (limited to 'app/Http/RequestHandlers/ExportGedcomClient.php')
-rw-r--r--app/Http/RequestHandlers/ExportGedcomClient.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/RequestHandlers/ExportGedcomClient.php b/app/Http/RequestHandlers/ExportGedcomClient.php
index 196fa975bf..501c76a8af 100644
--- a/app/Http/RequestHandlers/ExportGedcomClient.php
+++ b/app/Http/RequestHandlers/ExportGedcomClient.php
@@ -71,7 +71,7 @@ class ExportGedcomClient implements RequestHandlerInterface
public function __construct(
GedcomExportService $gedcom_export_service,
ResponseFactoryInterface $response_factory,
- StreamFactoryInterface $stream_factory
+ StreamFactoryInterface $stream_factory
) {
$this->gedcom_export_service = $gedcom_export_service;
$this->response_factory = $response_factory;