Passed
Push — develop ( e50e9c...6c809f )
by Greg
20:25 queued 05:22
created
app/Http/RequestHandlers/CheckTree.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -294,7 +294,7 @@
 block discarded – undo
294 294
                     $message  = I18N::translate('“%1$s” should be “%2$s”.', $actual, $expected);
295 295
                     if (strtoupper($element->canonical($value)) !== strtoupper($value)) {
296 296
                         // This will be relevant for GEDCOM 7.0.  It's not relevant now, and causes confusion.
297
-                        $infos[]  = $this->lineError($tree, $record->type, $record->xref, $line_number, $line, $message);
297
+                        $infos[] = $this->lineError($tree, $record->type, $record->xref, $line_number, $line, $message);
298 298
                     }
299 299
                 } elseif ($element instanceof MultimediaFormat) {
300 300
                     $mime = Mime::TYPES[$value] ?? Mime::DEFAULT_TYPE;
Please login to merge, or discard this patch.
app/Module/IndividualFactsTabModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
             ->flatten();
127 127
 
128 128
         // Don't show family meta-data tags
129
-        $exclude_facts  = new Collection(['FAM:CHAN', 'FAM:_UID']);
129
+        $exclude_facts = new Collection(['FAM:CHAN', 'FAM:_UID']);
130 130
         // Don't show tags that are shown in tabs or sidebars
131 131
         $exclude_facts = $exclude_facts->merge($sidebar_facts)->merge($tab_facts);
132 132
 
Please login to merge, or discard this patch.