@@ -522,6 +522,9 @@ |
||
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)) { |