Passed
Push — main ( ac2380...850776 )
by Greg
18:19 queued 09:07
created
app/Contracts/FamilyFactoryInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Create a family.
33 33
      */
34
-    public function make(string $xref, Tree $tree, string|null $gedcom = null): Family|null;
34
+    public function make(string $xref, Tree $tree, string | null $gedcom = null): Family | null;
35 35
 
36 36
     /**
37 37
      * Create a Family object from a row in the database.
@@ -53,5 +53,5 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @return Family
55 55
      */
56
-    public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family;
56
+    public function new(string $xref, string $gedcom, string | null $pending, Tree $tree): Family;
57 57
 }
Please login to merge, or discard this patch.
app/Contracts/SubmissionFactoryInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Create a submission.
33 33
      */
34
-    public function make(string $xref, Tree $tree, string|null $gedcom = null): Submission|null;
34
+    public function make(string $xref, Tree $tree, string | null $gedcom = null): Submission | null;
35 35
 
36 36
     /**
37 37
      * Create a submission from a row in the database.
@@ -53,5 +53,5 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @return Submission
55 55
      */
56
-    public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission;
56
+    public function new(string $xref, string $gedcom, string | null $pending, Tree $tree): Submission;
57 57
 }
Please login to merge, or discard this patch.
app/Contracts/MediaFactoryInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Create a media object.
33 33
      */
34
-    public function make(string $xref, Tree $tree, string|null $gedcom = null): Media|null;
34
+    public function make(string $xref, Tree $tree, string | null $gedcom = null): Media | null;
35 35
 
36 36
     /**
37 37
      * Create a media object from a row in the database.
@@ -53,5 +53,5 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @return Media
55 55
      */
56
-    public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media;
56
+    public function new(string $xref, string $gedcom, string | null $pending, Tree $tree): Media;
57 57
 }
Please login to merge, or discard this patch.
app/Contracts/SharedNoteFactoryInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Create a note.
33 33
      */
34
-    public function make(string $xref, Tree $tree, string|null $gedcom = null): SharedNote|null;
34
+    public function make(string $xref, Tree $tree, string | null $gedcom = null): SharedNote | null;
35 35
 
36 36
     /**
37 37
      * Create a note from a row in the database.
@@ -53,5 +53,5 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @return SharedNote
55 55
      */
56
-    public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote;
56
+    public function new(string $xref, string $gedcom, string | null $pending, Tree $tree): SharedNote;
57 57
 }
Please login to merge, or discard this patch.
app/Contracts/SourceFactoryInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Create a source.
33 33
      */
34
-    public function make(string $xref, Tree $tree, string|null $gedcom = null): Source|null;
34
+    public function make(string $xref, Tree $tree, string | null $gedcom = null): Source | null;
35 35
 
36 36
     /**
37 37
      * Create a source from a row in the database.
@@ -53,5 +53,5 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @return Source
55 55
      */
56
-    public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source;
56
+    public function new(string $xref, string $gedcom, string | null $pending, Tree $tree): Source;
57 57
 }
Please login to merge, or discard this patch.
app/Contracts/EncodingFactoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     /**
30 30
      * Detect an encoding from a GEDCOM header record.
31 31
      */
32
-    public function detect(string $header): EncodingInterface|null;
32
+    public function detect(string $header): EncodingInterface | null;
33 33
 
34 34
     /**
35 35
      * Create a named encoding.
Please login to merge, or discard this patch.
app/Contracts/HeaderFactoryInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Create a header.
33 33
      */
34
-    public function make(string $xref, Tree $tree, string|null $gedcom = null): Header|null;
34
+    public function make(string $xref, Tree $tree, string | null $gedcom = null): Header | null;
35 35
 
36 36
     /**
37 37
      * Create a header from a row in the database.
@@ -53,5 +53,5 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @return Header
55 55
      */
56
-    public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header;
56
+    public function new(string $xref, string $gedcom, string | null $pending, Tree $tree): Header;
57 57
 }
Please login to merge, or discard this patch.
app/Contracts/IndividualFactoryInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Create an individual.
33 33
      */
34
-    public function make(string $xref, Tree $tree, string|null $gedcom = null): Individual|null;
34
+    public function make(string $xref, Tree $tree, string | null $gedcom = null): Individual | null;
35 35
 
36 36
     /**
37 37
      * Create an individual from a row in the database.
@@ -53,5 +53,5 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @return Individual
55 55
      */
56
-    public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual;
56
+    public function new(string $xref, string $gedcom, string | null $pending, Tree $tree): Individual;
57 57
 }
Please login to merge, or discard this patch.
app/Contracts/SubmitterFactoryInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Create a submitter.
33 33
      */
34
-    public function make(string $xref, Tree $tree, string|null $gedcom = null): Submitter|null;
34
+    public function make(string $xref, Tree $tree, string | null $gedcom = null): Submitter | null;
35 35
 
36 36
     /**
37 37
      * Create a submitter from a row in the database.
@@ -53,5 +53,5 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @return Submitter
55 55
      */
56
-    public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter;
56
+    public function new(string $xref, string $gedcom, string | null $pending, Tree $tree): Submitter;
57 57
 }
Please login to merge, or discard this patch.