]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/web/class_WebOutput.php
Continued:
[core.git] / framework / main / classes / output / web / class_WebOutput.php
index d9c8ac692dc5cecb37455fdebdb49964df51dbbe..44e24e01e69364cefa13eaa24489ff8d9ea78391 100644 (file)
@@ -104,7 +104,7 @@ class WebOutput extends BaseOutput implements OutputStreamer, Registerable {
         * @return      $status         Status of file seek: 0 = success, -1 = failed
         * @throws      UnsupportedOperationException   If this method is called
         */
-       public function seek ($offset, $whence = SEEK_SET) {
+       public function seek (int $offset, int $whence = SEEK_SET) {
                self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('WEB-OUTPUT: offset=' . $offset . ',whence=' . $whence);
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }