mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
fixed phpdocs and incorrect exception names
This commit is contained in:
parent
08b4939be9
commit
8a680500c6
3 changed files with 5 additions and 5 deletions
|
@ -111,7 +111,7 @@ class zip_archive extends file_archive {
|
|||
/**
|
||||
* Returns file stream for reading of content
|
||||
* @param int $index of file
|
||||
* @return stream or false if error
|
||||
* @return resource or false if error
|
||||
*/
|
||||
public function get_stream($index) {
|
||||
if (!isset($this->za)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue