]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/handler/chunks/class_HandleableChunks.php
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[hub.git] / application / hub / interfaces / handler / chunks / class_HandleableChunks.php
index b9d4b4724f8f61838692b6f03ae03787730eeab9..16691f2ddb419ada62817297ebe2b75b00cec818 100644 (file)
@@ -82,7 +82,7 @@ interface HandleableChunks extends Handleable {
        /**
         * Checks whether the raw package data has been assembled back together.
         * This can be safely assumed when rawPackageData is not empty and the
-        * collection of all chunks is false (because initHandler() will reset it).
+        * collection of all chunks is FALSE (because initHandler() will reset it).
         *
         * @return      $isRawPackageDataAvailable      Whether raw package data is available
         */