Skip to content
Snippets Groups Projects
Unverified Commit 6b8c45d0 authored by Joas Schilling's avatar Joas Schilling
Browse files

Add doc block for $time

parent d2ff6c56
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,7 @@ class Streamer { ...@@ -92,6 +92,7 @@ class Streamer {
* @param string $stream Stream to read data from * @param string $stream Stream to read data from
* @param string $internalName Filepath and name to be used in the archive. * @param string $internalName Filepath and name to be used in the archive.
* @param int $size Filesize * @param int $size Filesize
* @param int|bool $time File mtime as int, or false
* @return bool $success * @return bool $success
*/ */
public function addFileFromStream($stream, $internalName, $size, $time) { public function addFileFromStream($stream, $internalName, $size, $time) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment