Follow the interface again

This commit is contained in:
Roeland Jago Douma 2015-11-18 17:32:09 +01:00
parent e342973888
commit ca6bd5cacd

View file

@ -471,4 +471,13 @@ class Encryption extends Wrapper {
return parent::stream_seek($position);
}
/**
* @param string $path
* @param array $options
* @return bool
*/
public function dir_opendir($path, $options) {
return false;
}
}