Completed
Push — develop ( dc8956...ded19a )
by Greg
07:32
created
app/Http/RequestHandlers/EditRecordPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         $tree = $request->getAttribute('tree');
50 50
         assert($tree instanceof Tree);
51 51
 
52
-        $xref    = $request->getAttribute('xref');
52
+        $xref = $request->getAttribute('xref');
53 53
         assert(is_string($xref));
54 54
 
55 55
         $record = Factory::gedcomRecord()->make($xref, $tree);
Please login to merge, or discard this patch.