aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--model/Room.php3
-rw-r--r--model/StreamList.php3
2 files changed, 4 insertions, 2 deletions
diff --git a/model/Room.php b/model/Room.php
index 7394870..5799e96 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -1,6 +1,7 @@
<?php
-class Room {
+class Room
+{
private $slug;
public static function get($slug)
diff --git a/model/StreamList.php b/model/StreamList.php
index 4fd035e..531a787 100644
--- a/model/StreamList.php
+++ b/model/StreamList.php
@@ -1,6 +1,7 @@
<?php
-class StreamList implements AggregateIterator {
+class StreamList implements AggregateIterator
+{
private $streams = array();
public function getIterator() {