]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/interfaces/io/file/class_FileInputStreamer.php
Unneccessary sanity checks removed
[shipsimu.git] / inc / classes / interfaces / io / file / class_FileInputStreamer.php
index 5dc756b6931ecfa02af6af57eefe1ab25f660bf4..19e81ef1e98f458accd661a2e2b2d23a39e3cc20 100644 (file)
@@ -25,12 +25,8 @@ interface FileInputStreamer extends Streamable {
        /**
         * Reads from a local or remote file
         *
-        * @param               $fqfn   The file's FQFN we shall load
+        * @param       $fqfn   The file's FQFN we shall load
         * @return      $array  An array containing all read lines
-        * @throws      NullPointerException    If an instance is null
-        * @throws      NoObjectException               If the instance is not an object
-        *                                                              instance
-        * @throws      MissingMethodException  If a required method is missing.
         * @throws      InvalidArrayCountException      If an array has not the
         *                                                                      expected size
         * @throws      InvalidMD5ChecksumException     If two MD5 hashes did not match