]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/streams/crypto/class_EncryptableStream.php
Continued:
[core.git] / inc / main / interfaces / streams / crypto / class_EncryptableStream.php
index 0c00dfdd7f58d2776e8d4d3f544ae0f1b9db9439..c8849660298c904798c05daac6b7c0fa74bdb4c1 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stream\Crypto;
+
 /**
  * An EncryptableStream interface
  *
@@ -38,7 +41,5 @@ interface EncryptableStream extends Stream {
         * @return      $str            The unencrypted string
         */
        function decryptStream ($encrypted);
-}
 
-// [EOF]
-?>
+}