Updated core:
[core.git] / inc / classes / interfaces / io / file / class_FileOutputStreamer.php
index 8840e00464568209bd384e5255dd47052c1cc0f6..89fd26ac28ef30633a8ded4c865ac5430cd32fa7 100644 (file)
@@ -26,8 +26,8 @@ interface FileOutputStreamer extends Streamable {
         * Saves streamed (that are mostly serialized objects) data to files or
         * external servers.
         *
-        * @param       $fileName       The local file's name including full path
-        * @param       $dataArray      Array containing the compressor's extension and streamed data
+        * @param       $fileName                       The local file's name including full path
+        * @param       $dataArray                      Array containing the compressor's extension and streamed data
         * @return      void
         */
        function saveFile ($fileName, array $dataArray);