From: Roland Häder Date: Fri, 23 Mar 2012 22:44:01 +0000 (+0000) Subject: Opps ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=83bddb916d4828e4e3bf564c2ce9e59510c3465a;p=hub.git Opps ... --- diff --git a/application/hub/interfaces/handler/chunks/class_HandleableChunks.php b/application/hub/interfaces/handler/chunks/class_HandleableChunks.php index ecef5d425..2fcc8c53a 100644 --- a/application/hub/interfaces/handler/chunks/class_HandleableChunks.php +++ b/application/hub/interfaces/handler/chunks/class_HandleableChunks.php @@ -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 (); } diff --git a/application/hub/main/handler/chunks/class_ChunkHandler.php b/application/hub/main/handler/chunks/class_ChunkHandler.php index 7090c425e..2887610b4 100644 --- a/application/hub/main/handler/chunks/class_ChunkHandler.php +++ b/application/hub/main/handler/chunks/class_ChunkHandler.php @@ -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.');