]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/io/file/class_FileInputStreamer.php
Continued:
[core.git] / inc / main / interfaces / io / file / class_FileInputStreamer.php
index d1b439279f02482e4139bb7423130e0de3956fbe..e9359b03bcc6366e3559c34cf30972645c3aadd1 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Stream;
+
 /**
  * An interface for file input operations.
  *
@@ -31,7 +34,5 @@ interface FileInputStreamer extends StreamableInput {
         * @throws      InvalidMD5ChecksumException     If two MD5 hashes did not match
         */
        function loadFileContents ($fqfn);
-}
 
-// [EOF]
-?>
+}