X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fmiddleware%2Fio%2Fclass_FileIoHandler.php;fp=inc%2Fclasses%2Fmiddleware%2Fio%2Fclass_FileIoHandler.php;h=e7578348f4eb922d28052e07c11f567cf9237232;hb=e66d3ca35c4e5dd92c7f2e966d1386e970127114;hp=8e5559b065a8abf510d3dc9dc960e5972ff758fe;hpb=869f4d32219899f678c27272b5a4ea59fc48f362;p=core.git diff --git a/inc/classes/middleware/io/class_FileIoHandler.php b/inc/classes/middleware/io/class_FileIoHandler.php index 8e5559b0..e7578348 100644 --- a/inc/classes/middleware/io/class_FileIoHandler.php +++ b/inc/classes/middleware/io/class_FileIoHandler.php @@ -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 */