Passed
Pull Request — master (#2675)
by
unknown
05:48
created
app/Module/ModuleThemeTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
         if ($request->getAttribute('route') === 'tree-page') {
302 302
             $tree = $request->getAttribute('tree');
303 303
             assert($tree instanceof Tree, new InvalidArgumentException());
304
-            $redirect  = route('user-page', ['tree' => $tree->name()]);
304
+            $redirect = route('user-page', ['tree' => $tree->name()]);
305 305
         }
306 306
 
307 307
         // Stay on the same tree page
Please login to merge, or discard this patch.
app/SurnameTradition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
                 /* I18N: In the Arabic surname tradition, ... */
119 119
                 I18N::translate('Children take their father’s first name, their grandfathers first name and the family name.') . ' ' .
120 120
                 /* I18N: In the Arabic surname tradition, ... */
121
-                I18N::translate('The first surname prefix is ibn/bint depending on the individual’s gender.')  . ' ' .
121
+                I18N::translate('The first surname prefix is ibn/bint depending on the individual’s gender.') . ' ' .
122 122
                 /* I18N: In the Arabic surname tradition, ... */
123 123
                 I18N::translate('Wives keep their maiden names.'),
124 124
             'none'         => I18N::translateContext('Surname tradition', 'none'),
Please login to merge, or discard this patch.