Skip to content

Commit 01ebc17

Browse files
authored
Fix phpdoc for ResultFile's getContents function (#65)
1 parent 568344d commit 01ebc17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ConvertApi/ResultFile.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function getFileSize()
3636
}
3737

3838
/**
39-
* @return string Converted file contents
39+
* @return false|string Converted file contents
4040
*/
4141
function getContents()
4242
{
@@ -57,4 +57,4 @@ function save($path)
5757

5858
return ConvertApi::client()->download($this->getUrl(), $path);
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)