Stacker classes/interface/exceptions (FiFoStacker is not completed, will follow soon...
[core.git] / inc / classes / interfaces / io / file / class_FileInputStreamer.php
index fa7591618007fe1a8719900ef4317bc5ca238b0f..2878d72e37c695cc7c4624a6da6d926f12782c6d 100644 (file)
@@ -27,12 +27,11 @@ interface FileInputStreamer extends Streamable {
         *
         * @param       $fqfn   The file's FQFN we shall load
         * @return      $array  An array containing all read lines
-        * @throws      InvalidArrayCountException      If an array has not the
-        *                                                                      expected size
+        * @throws      InvalidArrayCountException      If an array has not the expected size
         * @throws      InvalidMD5ChecksumException     If two MD5 hashes did not match
         */
        function loadFileContents ($fqfn);
 }
 
-//
+// [EOF]
 ?>