| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 39 | public function propagateChange($internalPath, $time, $sizeDifference = 0) { |
||
| 40 | /** @var \OC\Files\Storage\Storage $storage */ |
||
| 41 | list($storage, $sourceInternalPath) = $this->storage->resolvePath($internalPath); |
||
| 42 | $storage->getPropagator()->propagateChange($sourceInternalPath, $time, $sizeDifference); |
||
| 43 | } |
||
| 44 | } |
||
| 45 |