]> git.mxchange.org Git - hub.git/commitdiff
Opps ...
authorRoland Häder <roland@mxchange.org>
Fri, 23 Mar 2012 22:44:01 +0000 (22:44 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Mar 2012 22:44:01 +0000 (22:44 +0000)
application/hub/interfaces/handler/chunks/class_HandleableChunks.php
application/hub/main/handler/chunks/class_ChunkHandler.php

index ecef5d4258981ef7d32b6bad49a0335e82c8d93d..2fcc8c53ae1b4bac56932f03e79967f8c47fe012 100644 (file)
@@ -66,6 +66,8 @@ interface HandleableChunks extends Handleable {
         * 3) While so, do the final check on all hashes
         * 4) If the package is assembled back together, hash it again for
         *    the very final verification.
+        *
+        * @return      void
         */
        function assembleChunksFromFinalArray ();
 }
index 7090c425e72d83ead644ae76ba9047fe61e10456..2887610b4a8734c93559b29cfb0ac9c10dceb542 100644 (file)
@@ -279,6 +279,8 @@ class ChunkHandler extends BaseHandler implements HandleableChunks, Registerable
         * 3) While so, do the final check on all hashes
         * 4) If the package is assembled back together, hash it again for
         *    the very final verification.
+        *
+        * @return      void
         */
        public function assembleChunksFromFinalArray () {
                $this->partialStub('Please implement this method.');