Passed
Push — master ( 9180f1...3c41f4 )
by Sebastian
07:32 queued 03:42
created
src/Rendering/Name/Name.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
                         $resultNames[] = $this->formatName($name, $rank);
358 358
                     }
359 359
                     break;
360
-                 /* “partial-first” - as “partial-each”, but substitution is limited to the first name of the name
360
+                    /* “partial-first” - as “partial-each”, but substitution is limited to the first name of the name
361 361
                 variable. */
362 362
                 case SubsequentAuthorSubstituteRule::PARTIAL_FIRST:
363 363
                     if ($rank === 0) {
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
                     }
372 372
                     break;
373 373
 
374
-                 /* “complete-each” - requires a complete match like “complete-all”, but now the value of
374
+                    /* “complete-each” - requires a complete match like “complete-all”, but now the value of
375 375
                 subsequent-author-substitute substitutes for each rendered name. */
376 376
                 case SubsequentAuthorSubstituteRule::COMPLETE_EACH:
377 377
                     try {
Please login to merge, or discard this patch.