summaryrefslogtreecommitdiff
path: root/app/Services/GedcomExportService.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Services/GedcomExportService.php')
-rw-r--r--app/Services/GedcomExportService.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Services/GedcomExportService.php b/app/Services/GedcomExportService.php
index 9d4c342d54..9fd195c150 100644
--- a/app/Services/GedcomExportService.php
+++ b/app/Services/GedcomExportService.php
@@ -182,8 +182,8 @@ class GedcomExportService
string $encoding = UTF8::NAME,
int $access_level = Auth::PRIV_HIDE,
string $line_endings = 'CRLF',
- Collection $records = null,
- FilesystemOperator $zip_filesystem = null,
+ Collection|null $records = null,
+ FilesystemOperator|null $zip_filesystem = null,
string $media_path = null
) {
$stream = fopen('php://memory', 'wb+');