Passed
Push — master ( acb4bc...5435a9 )
by Sebastian
03:07
created
src/Seboettg/CiteProc/Rendering/Name/Name.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -522,6 +522,9 @@
 block discarded – undo
522 522
         return false;
523 523
     }
524 524
 
525
+    /**
526
+     * @param \stdClass $precedingItem
527
+     */
525 528
     private function identicalAuthors($precedingItem, $currentAuthor)
526 529
     {
527 530
         if (count($precedingItem->author) !== count($currentAuthor)) {
Please login to merge, or discard this patch.