]> git.mxchange.org Git - core.git/blobdiff - framework/main/middleware/io/class_FileIoHandler.php
Refacuring / possible WIP:
[core.git] / framework / main / middleware / io / class_FileIoHandler.php
index dfdcd79e527249b6cfbc8f0b109a076db9089fe3..2b0aa9bc65f3beed2da5985de035bd4962f7ea8f 100644 (file)
@@ -154,7 +154,7 @@ class FileIoHandler extends BaseMiddleware implements IoHandler {
         *
         * @param       $offset         Offset to seek to (or used as "base" for other seeks)
         * @param       $whence         Added to offset (default: only use offset to seek to)
-        * @return      $status         Status of file seek: 0 = success, -1 = failed
+        * @return      void
         */
        public function seek (int $offset, int $whence = SEEK_SET) {
                $this->partialStub('offset=' . $offset . ',whence=' . $whence);