@@ -601,6 +601,9 @@ discard block |
||
601 | 601 | return $operationResultCollection; |
602 | 602 | } |
603 | 603 | |
604 | + /** |
|
605 | + * @param resource $stream |
|
606 | + */ |
|
604 | 607 | protected function readIndexFromStream($stream, \DateTime $created = null): Index |
605 | 608 | { |
606 | 609 | if (!is_resource($stream)) |
@@ -635,6 +638,9 @@ discard block |
||
635 | 638 | fclose($stream); |
636 | 639 | } |
637 | 640 | |
641 | + /** |
|
642 | + * @param resource $stream |
|
643 | + */ |
|
638 | 644 | protected function readSynchronizationListFromStream($stream): SynchronizationList |
639 | 645 | { |
640 | 646 | if (!is_resource($stream)) |