Continued:
[core.git] / inc / main / interfaces / io / class_StreamableInput.php
index 2b9b2cdb95c5a15c0861964307875c7eb1d7146f..0207ef9c25095306a9535d5044ba2c4c094c733e 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stream\Input;
+
 /**
  * An interface for input streams
  *
@@ -22,7 +25,5 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface StreamableInput extends Streamable {
-}
 
-// [EOF]
-?>
+}