]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/io/pointer/class_OutputPointer.php
Continued:
[core.git] / inc / main / interfaces / io / pointer / class_OutputPointer.php
index 583e1f0a103c92b3386eacc1747cfab8d1f592fa..edb3c4adb61026566cf158efed74004fa9c1cb56 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Pointer;
+
 /**
  * An interface for (mostly) file output pointers.
  *
@@ -42,7 +45,5 @@ interface OutputPointer extends StreamableOutput, FilePointer {
         * @return      mixed                   Number of writes bytes or FALSE on error
         */
        function writeAtPosition ($seedPosition, $data);
-}
 
-// [EOF]
-?>
+}