Completed
Push — openstreetmap ( 97b8ee...a322d5 )
by Greg
11:18
created
app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 	 */
69 69
 	public function updateRecord(GedcomRecord $record): string {
70 70
 		$old_gedcom = $record->getGedcom();
71
-		$tree   = $record->getTree();
71
+		$tree = $record->getTree();
72 72
 
73 73
 		$SURNAME_TRADITION = $tree->getPreference('SURNAME_TRADITION');
74 74
 
Please login to merge, or discard this patch.
app/Module/InteractiveTreeModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
 		/** @var Tree $tree */
174 174
 		$tree = $request->attributes->get('tree');
175 175
 
176
-		$q  = $request->get('q');
176
+		$q = $request->get('q');
177 177
 		$instance = $request->get('instance');
178 178
 		$treeview = new TreeView($instance);
179 179
 
Please login to merge, or discard this patch.
edit_interface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 					echo view('cards/add-source-citation', [
92 92
 						'level'          => 2,
93 93
 						'full_citations' => $tree->getPreference('FULL_SOURCES'),
94
-					]);				}
94
+					]); }
95 95
 				if ($level1type !== 'OBJE') {
96 96
 					if ($tree->getPreference('MEDIA_UPLOAD') >= Auth::accessLevel($tree)) {
97 97
 						echo view('cards/add-media-object', [
@@ -399,7 +399,7 @@  discard block
 block discarded – undo
399 399
 	//////////////////////////////////////////////////////////////////////////////
400 400
 	// Add a child to an existing individual (creating a one-parent family)
401 401
 	//////////////////////////////////////////////////////////////////////////////
402
-	$tree      = $controller->tree();
402
+	$tree = $controller->tree();
403 403
 	$xref    = Filter::post('xref', WT_REGEX_XREF);
404 404
 	$PEDI    = Filter::post('PEDI');
405 405
 	$glevels = Filter::postArray('glevels', '[0-9]');
Please login to merge, or discard this patch.