Passed
Push — develop ( 7a5311...dd0df0 )
by Greg
09:04
created
app/Contracts/GedcomRecordFactoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      *
51 51
      * @return GedcomRecord
52 52
      */
53
-    public function new(string $xref, string $gedcom, ?string $pending, Tree $tree): GedcomRecord;
53
+    public function new(string $xref, string $gedcom, ?string $pending, Tree $tree) : GedcomRecord;
54 54
 
55 55
     /**
56 56
      * Create a GedcomRecord object from a row in the database.
Please login to merge, or discard this patch.
app/Http/RequestHandlers/Select2Individual.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      */
43 43
     public function __construct(SearchService $search_service)
44 44
     {
45
-        $this->search_service     = $search_service;
45
+        $this->search_service = $search_service;
46 46
     }
47 47
 
48 48
     /**
Please login to merge, or discard this patch.
app/Http/RequestHandlers/RepositoryPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      */
70 70
     public function __construct(ClipboardService $clipboard_service)
71 71
     {
72
-        $this->clipboard_service  = $clipboard_service;
72
+        $this->clipboard_service = $clipboard_service;
73 73
     }
74 74
 
75 75
     /**
Please login to merge, or discard this patch.