Passed
Push — main ( 120acd...95a862 )
by Greg
06:42
created
app/Services/GedcomExportService.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
         string $line_endings,
108 108
         string $filename,
109 109
         string $format,
110
-        Collection|null $records = null
110
+        Collection | null $records = null
111 111
     ): ResponseInterface {
112 112
         $access_level = self::ACCESS_LEVELS[$privacy];
113 113
 
@@ -176,9 +176,9 @@  discard block
 block discarded – undo
176 176
         string $encoding = UTF8::NAME,
177 177
         int $access_level = Auth::PRIV_HIDE,
178 178
         string $line_endings = 'CRLF',
179
-        Collection|null $records = null,
180
-        FilesystemOperator|null $zip_filesystem = null,
181
-        string|null $media_path = null
179
+        Collection | null $records = null,
180
+        FilesystemOperator | null $zip_filesystem = null,
181
+        string | null $media_path = null
182 182
     ) {
183 183
         $stream = fopen('php://memory', 'wb+');
184 184
 
Please login to merge, or discard this patch.