Passed
Push — master ( 4ed9f2...c8be44 )
by Greg
06:17
created
app/Functions/FunctionsImport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -776,7 +776,7 @@
 block discarded – undo
776 776
         preg_match('/\n\d _TYPE (.+)/', $gedcom, $match);
777 777
         if ($media === '') {
778 778
             // Legacy uses _TYPE instead of MEDI
779
-            $media  = $match[1] ?? '';
779
+            $media = $match[1] ?? '';
780 780
             $type2 = '';
781 781
         } else {
782 782
             $type2 = $match[1] ?? '';
Please login to merge, or discard this patch.