Stacker classes/interface/exceptions (FiFoStacker is not completed, will follow soon...
[core.git] / inc / classes / interfaces / io / file / class_FileOutputStreamer.php
index 161decfaef59d820091f14b6761677e796e27207..21f7010c4b95e288e3ca0f23a1f0d67444a42d10 100644 (file)
@@ -27,12 +27,11 @@ interface FileOutputStreamer extends Streamable {
         * external servers.
         *
         * @param       $fileName       The local file's name including full path
-        * @param       $dataArray      Array containing the compressor's extension
-        *                                              and streamed data
+        * @param       $dataArray      Array containing the compressor's extension and streamed data
         * @return      void
         */
        function saveFile ($fileName, $dataArray);
 }
 
-//
+// [EOF]
 ?>