Add proper throw tags to File

remotes/origin/users-ajaxloadgroups
Roeland Jago Douma 10 years ago
parent 41ba9280f7
commit 1e8e00c541
  1. 10
      lib/public/files/file.php

@ -84,4 +84,14 @@ interface File extends Node {
* @since 6.0.0
*/
public function hash($type, $raw = false);
/**
* Get the stored checksum for this file
*
* @return string
* @since 9.0.0
* @throws InvalidPathException
* @throws NotFoundException
*/
public function getChecksum();
}

Loading…
Cancel
Save