]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/stacker/file/class_StackableFile.php
Removed asserts as they seem to be to hard and returned status code instead.
[core.git] / inc / classes / interfaces / stacker / file / class_StackableFile.php
index 01537288fa0575d2ef490d475664e796458d9a2a..9fa6c5b4cf40946ada8595edf7660476a6e7359f 100644 (file)
@@ -26,7 +26,7 @@ interface StackableFile extends Stackable {
         * Seeks to given position
         *
         * @param       $seekPosition   Seek position in file
         * Seeks to given position
         *
         * @param       $seekPosition   Seek position in file
-        * @return      void
+        * @return      $status                 Status of this operation
         */
        function seek ($seekPosition);
 
         */
        function seek ($seekPosition);