]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/package/assembler/class_Assembler.php
Renamed more ...
[hub.git] / application / hub / interfaces / package / assembler / class_Assembler.php
index a5fbcdef7afd2d1aa6dbedaa11f4750cac64d506..0212ad01b9566e89052774438102b031c5e85fed 100644 (file)
@@ -26,7 +26,7 @@ interface Assembler extends FrameworkInterface {
         * Chunks the content from $packageContent and feeds it into another queue
         * for verification and possible re-requesting.
         *
-        * @param       $packageContent         An array with two elements: 'decoded_data' and 'error_code'
+        * @param       $packageContent         An array with two elements: 'raw_data' and 'error_code'
         * @return      void
         */
        function chunkPackageContent (array $packageContent);