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