Completed
Push — develop ( 691984...abce9f )
by Greg
09:05
created
app/Menu.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 block discarded – undo
15 15
  */
16 16
 namespace Fisharebest\Webtrees;
17 17
 
18
-use Rhumsaa\Uuid\Uuid;
19
-
20 18
 /**
21 19
  * System for generating menus.
22 20
  */
Please login to merge, or discard this patch.
app/Module/GoogleMapsModule.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 use Fisharebest\Webtrees\Log;
35 35
 use Fisharebest\Webtrees\Menu;
36 36
 use Fisharebest\Webtrees\Module;
37
-use Fisharebest\Webtrees\Select2;
38 37
 use Fisharebest\Webtrees\Stats;
39 38
 use Fisharebest\Webtrees\Tree;
40 39
 use PDO;
Please login to merge, or discard this patch.
admin_trees_config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1470,7 +1470,7 @@
 block discarded – undo
1470 1470
 					'0' => I18N::translateContext('Show the [first/last] [N] parts of a place name.', 'first'),
1471 1471
 					'1' => I18N::translateContext('Show the [first/last] [N] parts of a place name.', 'last'),
1472 1472
 				], $WT_TREE->getPreference('SHOW_PEDIGREE_PLACES_SUFFIX', ['name' => 'SHOW_PEDIGREE_PLACES_SUFFIX'])),
1473
-				Bootstrap4::select(FunctionsEdit::numericOptions(range(1,9)), $WT_TREE->getPreference('SHOW_PEDIGREE_PLACES'), ['name' => 'SHOW_PEDIGREE_PLACES'])
1473
+				Bootstrap4::select(FunctionsEdit::numericOptions(range(1, 9)), $WT_TREE->getPreference('SHOW_PEDIGREE_PLACES'), ['name' => 'SHOW_PEDIGREE_PLACES'])
1474 1474
 			) ?>
1475 1475
 			<p class="small text-muted">
1476 1476
 				<?= /* I18N: Help text for the “Abbreviate place names” configuration setting */ I18N::translate('Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such as <i>village, county</i>, or the last few part of it, such as <i>region, country</i>.') ?>
Please login to merge, or discard this patch.
ancestry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 			<?= I18N::translate('Individual') ?>
48 48
 		</label>
49 49
 		<div class="col-sm-9">
50
-			<?= FunctionsEdit::formControlIndividual( $controller->root, ['id' => 'rootid', 'name' => 'rootid']) ?>
50
+			<?= FunctionsEdit::formControlIndividual($controller->root, ['id' => 'rootid', 'name' => 'rootid']) ?>
51 51
 		</div>
52 52
 	</div>
53 53
 
Please login to merge, or discard this patch.