Passed
Push — develop ( c8cae2...54ad1f )
by Greg
13:40
created
app/Contracts/SharedNoteFactoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,5 +59,5 @@
 block discarded – undo
59 59
      *
60 60
      * @return SharedNote
61 61
      */
62
-    public function new(string $xref, string $gedcom, ?string $pending, Tree $tree): SharedNote;
62
+    public function new(string $xref, string $gedcom, ?string $pending, Tree $tree) : SharedNote;
63 63
 }
Please login to merge, or discard this patch.
app/Services/LocalizationService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
         'hu' => ['CS' => 'CS', 'DZS' => 'DZS', 'DZ' => 'DZ', 'GY' => 'GY', 'LY' => 'LY', 'NY' => 'NY', 'SZ' => 'SZ', 'TY' => 'TY', 'ZS' => 'ZS'],
95 95
         'nl' => ['IJ' => 'IJ'],
96 96
         'nn' => ['AA' => 'Å'],
97
-        'sk' => ['DZ' => 'DZ', 'DŽ' => 'DŽ','CH' => 'CH'],
97
+        'sk' => ['DZ' => 'DZ', 'DŽ' => 'DŽ', 'CH' => 'CH'],
98 98
     ];
99 99
 
100 100
     /**
Please login to merge, or discard this patch.