Add doc block for $time

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-11-28 14:25:44 +01:00
parent d2ff6c569e
commit 6b8c45d05a
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 0 deletions

View File

@ -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) {