Completed
Push — develop ( d59d7e...4791a5 )
by Greg
08:38
created
app/Controller/IndividualController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
 	public function getTabs() {
97 97
 		$active_tabs = Module::getActiveTabs($this->record->getTree());
98 98
 
99
-		return array_filter($active_tabs, function(ModuleTabInterface $tab) { return $tab->hasTabContent(); });
99
+		return array_filter($active_tabs, function (ModuleTabInterface $tab) { return $tab->hasTabContent(); });
100 100
 	}
101 101
 
102 102
 	/**
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
 
142 142
 		if ($n === 0) {
143 143
 			$content_class = 'collapse show';
144
-			$aria  = 'true';
144
+			$aria = 'true';
145 145
 
146 146
 			// Display gender icon
147 147
 			foreach ($individual->getFacts('SEX') as $sex_fact) {
Please login to merge, or discard this patch.