]> git.mxchange.org Git - core.git/blobdiff - inc/classes/middleware/io/class_FileIoHandler.php
Opps, had 2 Streamable interfaces ...
[core.git] / inc / classes / middleware / io / class_FileIoHandler.php
index 8e5559b065a8abf510d3dc9dc960e5972ff758fe..e7578348f4eb922d28052e07c11f567cf9237232 100644 (file)
@@ -119,8 +119,8 @@ class FileIoHandler extends BaseMiddleware implements IoHandler {
         * 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
         * @throws      UnsupportedOperationException   If this method is called
         */