]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/io/file/csv/class_CsvInputStreamer.php
Continued:
[core.git] / inc / main / interfaces / io / file / csv / class_CsvInputStreamer.php
index c6ad14630c11bb21a8fdd96abe4c7ab39d0b678d..3862d788df9dded1486239abc5198954a4a91460 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stream\Filesystem;
+
 /**
  * An interface for CSV file input operations.
  *
@@ -29,7 +32,5 @@ interface CsvInputStreamer extends FileInputStreamer {
         * @return      $lineArray                      An index array with the read line
         */
        function readCsvFileLine ($columnSeparator);
-}
 
-// [EOF]
-?>
+}