]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/file_directories/binary/stack/class_StackFile.php
Continued:
[core.git] / inc / main / classes / file_directories / binary / stack / class_StackFile.php
index fc203a72f887eaa8d2b73a8ce593f9eb694c0551..270c6f85bde8823cf574854541296152bd4c9406 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Stack;
+
 /**
  * A stack file class
  *
@@ -91,7 +94,5 @@ class StackFile extends BaseBinaryFile implements Block {
                self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] groupId=' . $groupId . ',hash=' . $hash . ',encoded()=' . strlen($encoded));
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}