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