Passed
Push — new-api ( 62947e...c5b007 )
by Sebastian
03:51
created
src/Util/Variables.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,9 +44,9 @@
 block discarded – undo
44 44
         'chapter-number', // chapter number
45 45
         'collection-number', // number identifying the collection holding the item (e.g. the series number for a book)
46 46
         'edition', // (container) edition holding the item (e.g. “3” when citing a chapter in the third
47
-                              // edition of a book)
47
+                                // edition of a book)
48 48
         'issue', // (container) issue holding the item (e.g. “5” when citing a journal article from
49
-                              // journal volume 2, issue 5)
49
+                                // journal volume 2, issue 5)
50 50
         'number', // number identifying the item (e.g. a report number)
51 51
         'number-of-pages', // total number of pages of the cited item
52 52
         'number-of-volumes', // total number of volumes, usable for citing multi-volume books and such
Please login to merge, or discard this patch.
src/Rendering/Name/Name.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -373,7 +373,7 @@
 block discarded – undo
373 373
                     }
374 374
                     break;
375 375
 
376
-                 /*
376
+                    /*
377 377
                   * “complete-each” - requires a complete match like “complete-all”, but now the value of
378 378
                   * subsequent-author-substitute substitutes for each rendered name.
379 379
                   */
Please login to merge, or discard this patch.