Passed
Pull Request — master (#2786)
by
unknown
09:14 queued 24s
created
app/Http/RequestHandlers/IndividualPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
270 270
             'sources'       => strpos($fact->gedcom(), "\n2 SOUR") !== false ? FunctionsPrintFacts::printFactSources($tree, $fact->gedcom(), 2) : '',
271 271
             'notes'         => strpos($fact->gedcom(), "\n2 NOTE") !== false ? FunctionsPrint::printFactNotes($tree, $fact->gedcom(), 2) : '',
272 272
             'index'         => $n,
273
-            'show'          => $n === 0 && (bool)$tree->getPreference('EXPAND_NAMES', '1'),
273
+            'show'          => $n === 0 && (bool) $tree->getPreference('EXPAND_NAMES', '1'),
274 274
             'pending_class' => $pending_class,
275 275
         ]);
276 276
 
Please login to merge, or discard this patch.