Passed
Push — main ( a5aad9...44f4e6 )
by Greg
07:17
created
app/Http/RequestHandlers/CheckTree.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@
 block discarded – undo
291 291
                     $message  = I18N::translate('“%1$s” should be “%2$s”.', $actual, $expected);
292 292
                     if (strtoupper($element->canonical($value)) !== strtoupper($value)) {
293 293
                         // This will be relevant for GEDCOM 7.0.  It's not relevant now, and causes confusion.
294
-                        $infos[]  = $this->lineError($tree, $record->type, $record->xref, $line_number, $line, $message, $full_tag . '-value');
294
+                        $infos[] = $this->lineError($tree, $record->type, $record->xref, $line_number, $line, $message, $full_tag . '-value');
295 295
                     }
296 296
                 } elseif ($element instanceof MultimediaFormat) {
297 297
                     $mime = Mime::TYPES[$value] ?? Mime::DEFAULT_TYPE;
Please login to merge, or discard this patch.