Passed
Pull Request — master (#2487)
by
unknown
05:49
created
resources/lang/zh-Hant/messages.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php return array (
1
+<?php return array(
2 2
   ' but the details are unknown' => ' 但是詳情未知',
3 3
   ' in ' => ' 在 ',
4 4
   '#%s' => '#%s',
Please login to merge, or discard this patch.
resources/lang/zh-Hans/messages.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php return array (
1
+<?php return array(
2 2
   ' but the details are unknown' => ' 但是详情未知',
3 3
   ' in ' => ' 在 ',
4 4
   '#%s' => '#%s',
Please login to merge, or discard this patch.
app/Functions/Functions.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
                             if ($spouse === $individual2) {
243 243
                                 return $new_path;
244 244
                             }
245
-                            $paths[]                     = $new_path;
245
+                            $paths[] = $new_path;
246 246
                             $visited[$spouse->xref()] = true;
247 247
                         }
248 248
                     }
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
                             if ($child === $individual2) {
256 256
                                 return $new_path;
257 257
                             }
258
-                            $paths[]                    = $new_path;
258
+                            $paths[] = $new_path;
259 259
                             $visited[$child->xref()] = true;
260 260
                         }
261 261
                     }
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
                             if ($spouse === $individual2) {
273 273
                                 return $new_path;
274 274
                             }
275
-                            $paths[]                     = $new_path;
275
+                            $paths[] = $new_path;
276 276
                             $visited[$spouse->xref()] = true;
277 277
                         }
278 278
                     }
@@ -285,7 +285,7 @@  discard block
 block discarded – undo
285 285
                             if ($child === $individual2) {
286 286
                                 return $new_path;
287 287
                             }
288
-                            $paths[]                    = $new_path;
288
+                            $paths[] = $new_path;
289 289
                             $visited[$child->xref()] = true;
290 290
                         }
291 291
                     }
Please login to merge, or discard this patch.