Rewrote core:
[core.git] / inc / classes / interfaces / io / file / class_FileOutputStreamer.php
index 4138e64aee7d391fc8966ca59b4cd08bbd13abe0..8840e00464568209bd384e5255dd47052c1cc0f6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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);
+       function saveFile ($fileName, array $dataArray);
 }
 
-//
+// [EOF]
 ?>