Passed
Pull Request — master (#3314)
by
unknown
06:09
created
app/Tree.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -450,9 +450,9 @@
 block discarded – undo
450 450
         }
451 451
 
452 452
         if (preg_match('/^0 @@ (' . Gedcom::REGEX_TAG . ')/', $gedcom, $match)) {
453
-          $type = $match[1];
453
+            $type = $match[1];
454 454
         } else {
455
-          throw new Exception('Invalid argument to Tree::createRecord(' . $gedcom . ')');
455
+            throw new Exception('Invalid argument to Tree::createRecord(' . $gedcom . ')');
456 456
         }
457 457
       
458 458
         $xref   = $this->getNewXref($type);
Please login to merge, or discard this patch.