@@ -391,6 +391,9 @@ |
||
| 391 | 391 | return $operationCollection; |
| 392 | 392 | } |
| 393 | 393 | |
| 394 | + /** |
|
| 395 | + * @param resource $stream |
|
| 396 | + */ |
|
| 394 | 397 | protected function readIndexFromStream($stream, \DateTime $created = null): Index |
| 395 | 398 | { |
| 396 | 399 | $index = new Index($created); |