]> git.mxchange.org Git - core.git/blobdiff - framework/main/middleware/io/class_FileIoHandler.php
Continued:
[core.git] / framework / main / middleware / io / class_FileIoHandler.php
index d145b3bb72a36a3b469e9d1eaa9a3b1b1ce37a9a..d2a2a4321ae3c3e8495c5d7ed4b20a91583f1a38 100644 (file)
@@ -156,7 +156,7 @@ class FileIoHandler extends BaseMiddleware implements IoHandler {
         * @param       $whence         Added to offset (default: only use offset to seek to)
         * @return      $status         Status of file seek: 0 = success, -1 = failed
         */
-       public function seek ($offset, $whence = SEEK_SET) {
+       public function seek (int $offset, int $whence = SEEK_SET) {
                $this->partialStub('offset=' . $offset . ',whence=' . $whence);
        }