]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/streams/output/class_OutputStream.php
Continued:
[core.git] / inc / main / interfaces / streams / output / class_OutputStream.php
index 83e389a865343bc783fe6c7211b8b4e7828bb454..fc4da020e6edad6c359e3b34729323a5d3812afc 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stream;
+
 /**
  * An OutputStream interface
  *
@@ -22,7 +25,5 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface OutputStream extends Stream {
-}
 
-// [EOF]
-?>
+}