Completed
Push — 2.1 ( 1066ca...64dbd8 )
by Greg
12:39 queued 04:17
created
resources/lang/en-US/messages.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return array (
4
-  '%H:%i:%s' => '%g:%i:%s %a',
5
-  '%j %F %Y' => '%F %j, %Y',
4
+    '%H:%i:%s' => '%g:%i:%s %a',
5
+    '%j %F %Y' => '%F %j, %Y',
6 6
 );
Please login to merge, or discard this patch.
app/Factories/ImageFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 /**
4 4
  * webtrees: online genealogy
5
-  * Copyright (C) 2021 webtrees development team
5
+ * Copyright (C) 2021 webtrees development team
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU General Public License as published by
8 8
  * the Free Software Foundation, either version 3 of the License, or
Please login to merge, or discard this patch.