]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add doc block for $time 2367/head
authorJoas Schilling <coding@schilljs.com>
Mon, 28 Nov 2016 13:25:44 +0000 (14:25 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 28 Nov 2016 13:26:30 +0000 (14:26 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Streamer.php

index 52eeea422ef4ac1de19e4ea7cc0f34ab671ff2e2..7b178fda65293dfa3a7b43448f0f6ea830142fac 100644 (file)
@@ -92,6 +92,7 @@ class Streamer {
         * @param string $stream Stream to read data from
         * @param string $internalName Filepath and name to be used in the archive.
         * @param int $size Filesize
+        * @param int|bool $time File mtime as int, or false
         * @return bool $success
         */
        public function addFileFromStream($stream, $internalName, $size, $time) {