Merge branch 'contrib'
[core.git] / inc / classes / interfaces / io / file / class_FileInputStreamer.php
index 0fcafe8aed18e355b4a52ace2e42a6a879cdbcda..b5bafdb8532751df0009af9e2fa367b52684b40f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for file input operations.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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]
 ?>