Completed
Push — develop ( d8935b...2fd815 )
by Greg
30:16 queued 18:54
created
app/Factories/SubmitterFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      *
87 87
      * @return Submitter
88 88
      */
89
-    public function new(string $xref, string $gedcom, ?string $pending, Tree $tree): Submitter
89
+    public function new(string $xref, string $gedcom, ?string $pending, Tree $tree) : Submitter
90 90
     {
91 91
         return new Submitter($xref, $gedcom, $pending, $tree);
92 92
     }
Please login to merge, or discard this patch.
app/Factories/IndividualFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      *
87 87
      * @return Individual
88 88
      */
89
-    public function new(string $xref, string $gedcom, ?string $pending, Tree $tree): Individual
89
+    public function new(string $xref, string $gedcom, ?string $pending, Tree $tree) : Individual
90 90
     {
91 91
         return new Individual($xref, $gedcom, $pending, $tree);
92 92
     }
Please login to merge, or discard this patch.