From 83bddb916d4828e4e3bf564c2ce9e59510c3465a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 23 Mar 2012 22:44:01 +0000 Subject: [PATCH] Opps ... --- .../hub/interfaces/handler/chunks/class_HandleableChunks.php | 2 ++ application/hub/main/handler/chunks/class_ChunkHandler.php | 2 ++ 2 files changed, 4 insertions(+) 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.'); -- 2.39.5